fn reverseIterator(slice: anytype) ReverseIterator(@TypeOf(slice))
Iterates over a slice in reverse.
slice: anytype,