List::len

Return the length of a list.

Type

len :: [a] -> Int

Examples

l = [1, 2, 3]
println$( l.len$() )