fn literal_type_suffix(lit: &LiteralType) -> Option<&'static str>Expand description
The type suffix for a literal (e.g., "i32", "fp64", "date").
Returns None for unimplemented types whose write_literal_value already
emitted an error token.