Type Definition air_test_utils::prelude::RestrictedStreamGens
source · pub type RestrictedStreamGens = HashMap<String, HashMap<AirPos, Vec<u32, Global>, RandomState>, RandomState>;
Expand description
Mapping from a stream name to position of a new instruction in a script that creates a scope for a stream to vector where each position represents a corresponding iteration.
Vec