PCache

Type Alias PCache 

Source
pub type PCache<'a> = RefCell<PrecedenceCache<PResult<'a, RynaExpr>>>;

Aliased Typeยง

pub struct PCache<'a> { /* private fields */ }