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

sorted(using:)

No overview available. 概要は利用可能でありません。

Declaration 宣言

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