length -package:hspec -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
O(1) The length of a ShortByteString.
O(n) Returns the number of characters in a Text.
O(n) Returns the number of characters in a Stream. Properties
length . stream = length
O(n) Returns the number of characters in a text.
O(n) Returns the number of characters in a Text.
The number of elements in the sequence.
O(1) Yield the length of the vector.
Length of a Bundle
Length of a Bundle
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.
Counts the number of characters encoded in the bytestring. Note that this includes replacement characters. The function is linear in the number of bytes in the representation.