PtrT

Type Alias PtrT 

Source
pub type PtrT<E> = <<E as EntwineCore>::ElementCtor as ElementCtor>::Ptr;
Expand description

Type alias for the analogous type to *const T relative to [T].