Type Alias Spine

Source
pub type Spine = Vec<Box<Expr>>;
Expand description

Just a vector of expressions. It is called spine because it is usually in a form like (a b c d e) that can be interpret as ((((a b) c) d) e) that looks like a spine.

Aliased Typeยง

pub struct Spine { /* private fields */ }