pub type IndPtr<Iptr> = IndPtrBase<Iptr, Vec<Iptr>>;
pub struct IndPtr<Iptr> { /* private fields */ }