Collection
extension Collection
-
Returns the element at the specified index if it is within bounds, otherwise nil.
Declaration
Swift
public subscript(safe index: Index) -> Element? { get }
Valigator Docs (54% documented)
extension Collection
Returns the element at the specified index if it is within bounds, otherwise nil.
Swift
public subscript(safe index: Index) -> Element? { get }