pub fn float_scalars() -> impl Iterator<Item = Scalar> + CloneExpand description
Produce all the floating-point ir::Scalars.
Note that F32 must appear before other sizes; this is how we
represent conversion rank.
pub fn float_scalars() -> impl Iterator<Item = Scalar> + CloneProduce all the floating-point ir::Scalars.
Note that F32 must appear before other sizes; this is how we
represent conversion rank.