Pie<T>.withConstants constructor

Pie<T>.withConstants(
  1. num value
)

Constructs a new stack generator with the given value number.

Implementation

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