Collection

extension Collection
  • Returns the element at the specified index if it is within bounds, otherwise nil.

    Declaration

    Swift

    subscript(safe index: Index) -> Element? { get }