DynamicIndexedArray.push

Add a new item on the list.

class DynamicIndexedArray(T)
uint
push
()

Return Value

Type: uint

The index of the object. ___ This index will never change and will remain valid as long as the object is not removed from the list.

Meta