Type Alias cl_ast::ast::Sym

source ·
pub type Sym = Interned<'static, str>;
Expand description

An Interned static str, used in place of an identifier

Aliased Type§

struct Sym { /* private fields */ }