A sequence that produces the elements of source in reverse iteration order.
Remarks
The implementation materialises the entire sequence into an array before emitting elements, so avoid using it on infinite sequences or when memory usage is a concern.
Returns a deferred sequence that yields the source elements in reverse order.