mirror of
https://github.com/status-im/nim-ranges.git
synced 2025-01-12 22:04:17 +00:00
Eugene Kabanov
49f32c604b
Add seek() operation with tests. (#25)
* 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.
Introduction
This library implements utility functions for working with parts and blobs of memory.
Installation
$ nimble install ranges
License
Distributed under one of the following:
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
Description
Languages
Nim
100%