ArrayList.add

Adds the element to the array at the next position.

class ArrayList(T)
@trusted
void
add

Parameters

element T

The element to be added.

Meta