mirror of
https://github.com/status-im/nim-ranges.git
synced 2025-01-15 15:24:11 +00:00
5145020c30
* the length is stored as int32 * negative indexing is now supported with arr[^idx] * toOpenArray supports slicing * raise operations extracted in procs in order to reduce code bloat A large disclaimer has been added warning about the possible risks of using the StackArray type.