Barray.push

Append a 0-initialized element of T to array

  1. void push(T t)
  2. T* push()
    struct Barray(T)
    T*
    push
    ()

Return Value

Type: T*

pointer to appended element

Meta