klyn.math.NDArray.sort
method
public sort() as NDArray<T>:
Description

Sorts the NDArray in place.

a = NDArray<Int>.fromList([3, 1, 2])
a.sort()