Closed winstliu closed 7 years ago
Specifically, the .. and ... in these examples:
..
...
start = numbers[0..2] middle = numbers[3...-2] end = numbers[-2..] copy = numbers[..]
.. is inclusive, ... is exclusive
Spawned from #103
Specifically, the
..
and...
in these examples:..
is inclusive,...
is exclusiveSpawned from #103