Home > @hz-9/algorithm > ArrayStack > push
Signature:
push(val: T): void;
Parameter
Type
Description
val
T
Returns:
void