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.
2018-08-27 15:20:30 +03:00
2018-04-19 23:36:04 +03:00
2018-02-16 16:38:25 +02:00
2018-03-26 16:17:22 +03:00
2018-05-30 14:38:44 -07:00

nim-ranges Build Status

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:

Description
Exploration of various implementations of memory range types
Readme Apache-2.0
Languages
Nim 100%