nim-ranges/tests
Zahary Karadjov 5145020c30 review changes:
* 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.
2018-04-19 15:42:02 +03:00
..
all.nim Implement helpers for using alloca-based stack arrays 2018-04-19 15:42:02 +03:00
tstackarrays.nim review changes: 2018-04-19 15:42:02 +03:00
ttypedranges.nim Moved toOpenArray above its usage 2018-04-11 17:24:16 +03:00