Collection
extension Collection
-
Declaration
Swift
public subscript(safe index: Index) -> Element? { get }
Return Value
Element
at index if present. Otherwisenil
.
DataStructures Docs (81% documented)
extension Collection
Swift
public subscript(safe index: Index) -> Element? { get }
Element
at index if present. Otherwise nil
.