We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fmap supports string but not bytes, would be nice to be able to do something like this:
b"Abc" |> fmap$(.|32) |> print