SortedCollectionWrapping

public protocol SortedCollectionWrapping : Collection

Undocumented

  • Undocumented

    Declaration

    Swift

    associatedtype Base : BidirectionalCollection
  • Undocumented

    Declaration

    Swift

    var base: Base { get }
  • min() Extension method

    Undocumented

    Declaration

    Swift

    public func min() -> Base.Element?
  • max() Extension method

    Undocumented

    Declaration

    Swift

    public func max() -> Base.Element?
  • sorted() Extension method

    Undocumented

    Declaration

    Swift

    public func sorted() -> [Element]