Overview
>
klyn.math
>
NDArray
>
sort
Overview
Index
Tree
Deprecated
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()