Contents

init(index:)

Initializes an allocated Nsindexset object with an index.

Declaration

convenience init(index value: Int)

Parameters

  • value:

    An index. Must be in the range 0 .. NSNotFound - 1.

Return Value

Initialized NSIndexSet object with index.

See Also

Creating Index Sets