Returns an Iterable to walk through the items in reverse order.
Iterable<int> get reversed => _data.reversed;