Function alloy_sol_type_parser::is_id_continue
source ยท pub const fn is_id_continue(c: char) -> bool
Expand description
Returns true
if the given character is valid in a Solidity identifier.
pub const fn is_id_continue(c: char) -> bool
Returns true
if the given character is valid in a Solidity identifier.