fn reverseIterator(slice: anytype) ReverseIterator(@TypeOf(slice))

Iterates over a slice in reverse.

Parameters

slice: anytype,