Sort - Sorts a homogeneous array of doubles, ints, or strings.
array Sort -> array
[8. 4. 3. 6. 9. 5.] Sort --> [3. 4. 5. 6. 8. 9.]
The present implementation is restricted to doubles, ints, and strings.
array of doubles, ints, or strings
Diesmann, Eppler
/usr/src/packages/BUILD/sli/sliarray.cc