Generic Instance Method 総称体インスタンスメソッド

sorted(using:)

No overview available.

Declaration 宣言

func sorted<S, Comparator>(using comparators: S) -> [Self.Element] where S : Sequence, Comparator : SortComparator, Comparator == S.Element, Self.Element == Comparator.Compared