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