Type Aliases

The following type aliases are available globally.

  • Undocumented

    Declaration

    Swift

    public typealias SortedSetIndex<Element> = SortedSet<Element>.Index where Element : Comparable
  • Undocumented

    Declaration

    Swift

    public typealias SortedSetIterator<Element> = SortedSet<Element>.Iterator where Element : Comparable