SExpr

Type Alias SExpr 

Source
pub type SExpr = S<Box<Expr>>;

Aliased Typeยง

pub struct SExpr(/* private fields */);