collection.append
Append an object or a numeric value to the collection.
method uint collection.append (
uint value,
uint itype
)
uint value,
uint itype
)
Parameters
value | The value of the 32-bit number or the pointer to 64-bit number or the ponter to any other object. |
itype | The type of the appending value. |
Return value
An index of the appended item.
Related links | Source |