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