Appearance
length(array)
Returns the number of elements in array.
array
length([1, 2, 3, 4]); // 4
pipe([1, 2, 3, 4], length()); // 4