Instance Propertyswift 6.0.1Swift

    endIndex

    The “past the end” position—that is, the position one greater than the last valid subscript argument.

    var endIndex: Int { get }

    The endIndex property of an UnsafeMutableBufferPointer instance is always identical to count.

    Other members in extension

    Typealiases

    Type members

    Instance members

    Show obsolete interfaces (1)

    Hide obsolete interfaces