Enum ketos::scope::MasterScope [] [src]

pub enum MasterScope {}

Represents the universal namespace containing built-in symbols which are available in any context.

Methods

impl MasterScope
[src]

Returns whether the given name corresponds to a value in master scope.

Returns whether the given name can be defined in global scope.

Returns a value corresponding to the given name in master scope.

Returns an iterator over all standard names.

Returns an iterator over all names contained in master scope.