Contents

add(_:)

Inserts a given object at the end of the array.

Declaration

func add(_ anObject: Any)

Parameters

  • anObject:

    The object to add to the end of the array’s content. This value must not be nil.

See Also

Related Documentation

Adding Objects