Type Definition air_interpreter_data::RestrictedStreamGens
source · pub type RestrictedStreamGens = HashMap<String, HashMap<AirPos, Vec<u32>>>;
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