Function sway_parse::parse_int_suffix
source ยท pub fn parse_int_suffix(suffix: &str) -> Option<LitIntType>
Expand description
Interpret the given suffix
string as a LitIntType
.
pub fn parse_int_suffix(suffix: &str) -> Option<LitIntType>
Interpret the given suffix
string as a LitIntType
.