Home > rc-js-util > CircularFIFOStack > push
Pushes a value to the top of the stack (depending on mode).
mode
Signature:
push(value: TValue): void;
Returns:
void