lang_interpreter::interpreter::data

Type Alias OptionLangObjectRef

Source
pub type OptionLangObjectRef = Option<LangObjectRef>;

Aliased Type§

enum OptionLangObjectRef {
    None,
    Some(Rc<RefCell<LangObject>>),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(Rc<RefCell<LangObject>>)

Some value of type T.