Stack<K, T>.withConstants constructor
Stack<K, T>.withConstants (
- num value
Constructs a new stack generator with the given value
number.
Implementation
Stack.withConstants(num value) : value = constant(value);