Returns a copy of this sequence that reads back to front.
Lazy("abcdefg").reverse() // sequence: "gfedcba"