length(xs)
Return the number of elements in the list xs.
xs
length([]) // 0 length([\a, 23, \c]) // 3
Core Module Index | Contents