length -package:bytestring
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.
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.
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.
Counts the number of characters encoded in the bytestring. Note that
this includes replacement characters.