Contents

add(_:)

Adds an index to the receiver.

Declaration

func add(_ value: Int)

Parameters

  • value:

    Index to add. Must be in the range 0 .. NSNotFound - 1.

See Also

Related Documentation

  • Collections Programming Topics

Adding Indexes