pub trait Num32: Num + Sealed { const BITS: u8; }
A trait for the supported 32-bits numerical types in frontend.