Rarray.push

Append an uninitialized element of T to array. This leaves allocations used by T intact.

struct Rarray(T)
T*
push
()

Return Value

Type: T*

pointer to appended element

Meta