<@U0ZFBBUBU> How about `IntRange(first, second, if...
# announcements
r
@groostav How about
IntRange(first, second, if (second < first) -1 else 1)
?