Expand description
Construct and validate HCL identifiers.
Structs§
- Ident
- Represents an HCL identifier.
Functions§
- is_
id_ continue - Determines if
ch
is a valid HCL identifier continue character. - is_
id_ start - Determines if
ch
is a valid HCL identifier start character. - is_
ident - Determines if
s
represents a valid HCL identifier.