Skip to content

Empty range should iterate just once for inclusive and none for exclusive

Latest
Compare
Choose a tag to compare
@PegasusPlusUS PegasusPlusUS released this 12 Nov 03:33
· 9 commits to main since this release

just once:
while_rangex(u8).init(2, 2, true, 1);
while_rangex(u8).init(2, 2, true, -1);

none:
while_rangex(u8).init(2, 2, false, 1);
while_rangex(u8).init(2, 2, false, -1);