Stack<K, T>.withConstants constructor

Stack<K, T>.withConstants(
  1. num value
)

Constructs a new stack generator with the given value number.

Implementation

Stack.withConstants(num value) : value = constant(value);