Collection
public extension Collection
-
Returns an optional element. Returns nil if the
index
is out of bounds.Declaration
Swift
subscript(safe index: Index) -> Iterator.Element? { get }
ChouTi Docs (81% documented)
public extension Collection
Returns an optional element. Returns nil if the index
is out of bounds.
Swift
subscript(safe index: Index) -> Iterator.Element? { get }