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