length
Returns the size/length of a finite structure as an
Int. The
default implementation is optimized for structures that are similar to
cons-lists, because there is no general way to do better.
length returns the length of a finite list as an
Int. It is an instance of the more general
genericLength, the result type of which may be any kind of
number.
O(1) length returns the length of a ByteString as an
Int.
O(c) length returns the length of a ByteString as an
Int64
The number of elements in the sequence.
O(n) Returns the number of characters in a
Text. Subject
to fusion.
O(n) Returns the number of characters in a text.
O(n) Returns the number of characters in a
Text. Subject
to fusion.
O(1) Yield the length of the vector
O(1) Yield the length of the vector
Length of the mutable vector.
Length of the mutable vector.
O(1) Yield the length of the vector
Length of the mutable vector.
O(1) Yield the length of the vector
Length of the mutable vector.
O(1) Yield the length of the vector
Length of the mutable vector.