Module dorset::core::vari [] [src]

As the backend of Var, Vari constains actual node data, as well as the memory arena information. Each node data includes a funtion pointer for chain operation.

Re-exports

pub use core::types::*;
pub use core::constants::*;
pub use core::memory::*;

Modules

fmt

Utilities for formatting and printing Strings.

Structs

Rc

A single-threaded reference-counting pointer. 'Rc' stands for 'Reference Counted'.

RefCell

A mutable memory location with dynamically checked borrow rules

Vari
VariData

Enums

Operand

Traits

From

Simple and safe type conversions in to Self. It is the reciprocal of Into.

Functions

do_nothing