tri du tableau Ansel

--/
inplace sort :isort()
returned sort :sort()

an implementation of std::sort
/--

manifest 'array'

imt arr = ['s', 'r', 'j', 'a', 'n', 'p', 'z', 'd']

log arr.sort()
-- ['a', 'd',  'j', 'n', 'p', 'r', 's', 'z']
Upsided