pub fn concrete_int_scalars() -> impl Iterator<Item = Scalar>Expand description
Produce all concrete integer ir::Scalars.
Note that I32 and U32 must come first; this is how we
represent conversion rank.
pub fn concrete_int_scalars() -> impl Iterator<Item = Scalar>Produce all concrete integer ir::Scalars.
Note that I32 and U32 must come first; this is how we
represent conversion rank.