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].
pub type PtrT<E> = <<E as EntwineCore>::ElementCtor as ElementCtor>::Ptr;Type alias for the analogous type to *const T relative to [T].