Stack<K, T> constructor

Stack<K, T>(
  1. num value(
    1. T,
    2. K,
    3. int,
    4. Iterable<T>,
    )
)

Constructs a new stack generator with the given value accessor.

See call for usage.

Implementation

Stack(this.value);