lib: add Array::sort !cmp
authorJean Privat <jean@pryen.org>
Fri, 4 Sep 2009 18:12:17 +0000 (14:12 -0400)
committerJean Privat <jean@pryen.org>
Fri, 4 Sep 2009 18:12:17 +0000 (14:12 -0400)
commit5ee6b8eeaff924ecb56d75d648d6c92644267dd0
tree272956ea491e2dd0527aad4311259637934137b0
parent63d81b69118baf7182d1e7097ac5301fc6961a1f
lib: add Array::sort !cmp

Also add a test.

Signed-off-by: Jean Privat <jean@pryen.org>
lib/standard/collection/array.nit
tests/example_array_sort.nit [new file with mode: 0644]
tests/sav/example_array_sort.sav [new file with mode: 0644]