length -package:base
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.
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.
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.
Count how many values are in the stream.
Subject to fusion
Counts the number of characters encoded in the bytestring. Note that
this includes replacement characters.