Adds the specified element to the end of the array.
value | Additional value |
Size after addition
Unlike the add method, this method returns the size of the added array.
Also, if multiple arguments are specified, all the arguments will be added in order.