lib: added init.from in array and hashset
authorAlexandre Terrasa <alexandre@moz-code.org>
Sat, 22 Jun 2013 02:58:48 +0000 (22:58 -0400)
committerAlexandre Terrasa <alexandre@moz-code.org>
Sat, 22 Jun 2013 02:59:37 +0000 (22:59 -0400)
commit6b34e4abeea99ffeccc3882fd2b2895d8e8bcf56
tree46e212348d9af72806bde96017063ffcf104e8cc
parent7d7cd522e8f21ba62b240dd056c2bdab854f7f56
lib: added init.from in array and hashset

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>
lib/standard/collection/array.nit
lib/standard/collection/hash_collection.nit
src/abstract_compiler.nit
tests/sav/test_array_init.res [new file with mode: 0644]
tests/sav/test_hashset_init.res [new file with mode: 0644]
tests/test_array_init.nit [new file with mode: 0644]
tests/test_hashset_init.nit [new file with mode: 0644]