Sorting

interface Sorting<T>

A sorting strategy for sequences of elements.

Parameters

T

the type of elements to sort

Inheritors

Properties

Link copied to clipboard
abstract val sort: (Sequence<T>, Ordering) -> Sequence<T>

Sorts a sequence of elements according to this strategy.