Barray.push

Append element t to array.

struct Barray(T)
void
push
(
T t
)

Parameters

t
Type: T

element to append

Meta