psychedelicious b25c1af018 feat(nodes): add RangeOfSizeInvocation
The `RangeInvocation` is a simple wrapper around `range()`, but you must provide `stop > start`.

`RangeOfSizeInvocation` replaces the `stop` parameter with `size`, so that you can just provide the `start` and `step` and get a range of `size` length.
2023-05-24 11:30:47 -04:00
..
2023-03-03 01:02:00 -05:00
2023-05-24 11:30:47 -04:00
2023-05-24 11:30:47 -04:00
2023-05-11 11:55:51 +10:00
2023-05-24 11:30:47 -04:00