cl_ast::ast

Type Alias 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 */ }