Top index Wirbel home

::sorted

list(A).sorted() - return sorted copy of list

list(A).sorted() returns a sorted copy of alist. Sorting is done by comparing elements with the operator <.

See also

sort