Top index Wirbel home

::reverse

list(A).reverse() - reverse list inplace

list(A).reverse() changes alist inplace such, that the order of the elements is reversed. Nothing is returned.

See also

reversed