An optimized version of Sequence#map, which creates an ArrayLikeSequence so that the result still provides random access.
Lazy([1, 2, 3]).map(Lazy.identity) // instanceof Lazy.ArrayLikeSequence