Type Alias calcu_rs::expr::PTR

source ·
pub(crate) type PTR<T> = Rc<T>;

Aliased Type§

struct PTR<T> { /* private fields */ }