IndexSet

    Manages a Set of integer values, which are commonly used as an index type in Cocoa API.

    struct IndexSet

    The range of valid integer values is 0..<INT_MAX-1. Anything outside this range is an error.

    Citizens in Foundation

    Conformances

    Members

    Features