pub struct AuxiliaryTree { /* private fields */ }
Expand description
Auxiliary Tree
与えられた頂点集合とそのLCAを保って木を圧縮した木を生成する。
Implementations§
Auto Trait Implementations§
impl Freeze for AuxiliaryTree
impl RefUnwindSafe for AuxiliaryTree
impl Send for AuxiliaryTree
impl Sync for AuxiliaryTree
impl Unpin for AuxiliaryTree
impl UnwindSafe for AuxiliaryTree
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more