sorted(xs) -> new sorted list from xs' item in ascending order. sorted(xs, func) -> new sorted list. func should return a negative integer, zero, or a positive integer as the first argument is less than, equal to, or greater than the second.
(xs, compare = ascending)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected