js-util

Home > rc-js-util > IFIFOStack > push

IFIFOStack.push() method

Pushes a value to the front of the stack (depending on mode).

Signature:

push(value: TValue): void;

Parameters

Parameter Type Description
value TValue  

Returns:

void