pub fn decode_int_type_tag(type_id: u8) -> Option<RadIntId>
Expand description

This function takes a u8 and returns the corresponding RadIntId. If the type_id represents a valid RadIntId then return Some(RadIntId), otherwise return None.