Skip to main content

ImmList

Type Alias ImmList 

Source
pub type ImmList = IdxRange<Imm>;
Expand description

A run of immediates, which is what a switch holds its case values in.

Aliased Typeยง

pub struct ImmList { /* private fields */ }