Files
Nim/lib
fenekku e9767d8809 Fix reverse on empty openArray (#5407)
Reversing an empty `openArray` would raise a RangeError. For instance for `a: seq[int] = @[]`, we have `a.high` return `-1` but `-1` is not a `Natural`. Leaving the array as-is is the expected behaviour.
2017-02-17 08:26:49 +01:00
..
2016-10-20 23:02:26 +02:00
2016-08-23 10:16:52 +02:00
2017-02-13 13:35:40 +01:00
2016-10-20 21:40:04 +02:00
2017-02-15 22:09:16 +01:00
2017-01-26 11:26:02 +01:00
2013-03-16 23:53:07 +01:00
2014-08-28 09:59:26 +02:00
2017-02-13 11:20:07 +01:00