Struct gluon_base::symbol::Symbols [] [src]

pub struct Symbols { /* fields omitted */ }

Symbols is a bidirectional mapping between Symbols and their name as represented in a source file. Used to make identifiers within a single module point to the same symbol

Methods

impl Symbols
[src]

[src]

[src]

Looks up the symbol for name or creates a new symbol if it does not exist

[src]

Trait Implementations

impl Debug for Symbols
[src]

[src]

Formats the value using the given formatter.

impl Default for Symbols
[src]

[src]

Returns the "default value" for a type. Read more

impl DisplayEnv for Symbols
[src]

[src]

impl IdentEnv for Symbols
[src]

[src]