ryna::parser

Type Alias PCache

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

Aliased Typeยง

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