mirror of
https://github.com/status-im/nim-ranges.git
synced 2025-01-27 04:54:59 +00:00
49f32c604b
* Add seek() operation with tests. * Workaround for Nim issue with `|`. * Range length from int32 to int. seek() got renamed to advance(). Zero advance is allowed. tryAdvance() is now non-throw version of advance(). * Allow advance() to make zero length ranges.