Stack.push

push an item to the stack and return its position

  1. size_t push(T item)
    struct Stack(T)
    size_t
    push
    ()
  2. void push(T[] items)

Meta