foldl, applied to a binary operator, a starting value
(typically the left-identity of the operator), and a ByteString,
reduces the ByteString using the binary operator, from left to right.
foldl, applied to a binary operator, a starting value
(typically the left-identity of the operator), and a ByteString,
reduces the ByteString using the binary operator, from left to right.
foldl, applied to a binary operator, a starting value
(typically the left-identity of the operator), and a ShortByteString,
reduces the ShortByteString using the binary operator, from left to
right.
O(n)foldl, applied to a binary operator, a starting
value (typically the left-identity of the operator), and a
Text, reduces the Text using the binary operator, from
left to right.
foldl, applied to a binary operator, a starting value (typically the
left-identity of the operator), and a Stream, reduces the
Stream using the binary operator, from left to right.
Properties