Function numeric_rtype

Source
pub fn numeric_rtype(vt: &Value<'_>) -> (Ident, u8)
Expand description

Format the name of the rust type corresponding to a component numeric type.

Precondition: vt is a numeric type (S, U, F)