SortedCollectionWrapping
public protocol SortedCollectionWrapping : Collection
Undocumented
-
Undocumented
Declaration
Swift
associatedtype Base : BidirectionalCollection
-
Undocumented
Declaration
Swift
var base: Base { get }
-
min()
Extension methodUndocumented
Declaration
Swift
public func min() -> Base.Element?
-
max()
Extension methodUndocumented
Declaration
Swift
public func max() -> Base.Element?
-
sorted()
Extension methodUndocumented
Declaration
Swift
public func sorted() -> [Element]