append package:rio
O(n) Append two ByteStrings
O(n/c) Append two ByteStrings
O(n) Appends one
Text to the other by copying both of
them into a new
Text. Subject to fusion.
O(n/c) Appends one
Text to another. Subject to fusion.
An associative operation
NOTE: This method is redundant and has the default
implementation
mappend = (<>) since
base-4.11.0.0. Should it be implemented manually, since
mappend is a synonym for (
<>), it is expected that
the two functions are defined the same way. In a future GHC release
mappend will be removed from
Monoid.