lib: added 'slice' method to List
authorAlexandre Terrasa <alexandre@moz-code.org>
Sat, 22 Jun 2013 03:14:42 +0000 (23:14 -0400)
committerAlexandre Terrasa <alexandre@moz-code.org>
Sat, 22 Jun 2013 03:14:42 +0000 (23:14 -0400)
commit6ec3753ddd1bb177f8be935818704b3258548bbc
tree33efe91691c6d05756d9754ae8be857f7e9a2702
parent6b34e4abeea99ffeccc3882fd2b2895d8e8bcf56
lib: added 'slice' method to List

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>
lib/standard/collection/list.nit
tests/sav/test_list3.res [new file with mode: 0644]
tests/test_list3.nit [new file with mode: 0644]