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.
Inserts a given object at the end of the array.
func add(_ anObject: Any)The object to add to the end of the array’s content. This value must not be nil.