Since a reverse range (eg. 4...1) is functionally almost the same as an empty range, is there an alternative in the standard library, where .each would actually iterate over the elements from first to last, in this case 4, 3, 2? Thanks, Ken