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 }