map -package:base -is:exact -package:case-insensitive is:exact -package:unordered-containers -package:containers -package:blaze-html -package:vector package:streaming

Standard map on the elements of a stream.
>>> S.stdoutLn $ S.map reverse $ each (words "alpha beta")
ahpla
ateb