Top index Wirbel home

::sort

list(A).sort() - sort a list inplace

list(A).sort() sorts the list alist inplace. Nothing is returned. The list object is directly changed. Sorting is done according to the operator <.

See also

sorted