pub struct StarrySkyTreeCount<T> { /* private fields */ }
Expand description
区間加算・個数総和付き区間Max(Min)ができるデータ構造。
Implementations§
Source§impl<T> StarrySkyTreeCount<T>
impl<T> StarrySkyTreeCount<T>
Auto Trait Implementations§
impl<T> Freeze for StarrySkyTreeCount<T>
impl<T> RefUnwindSafe for StarrySkyTreeCount<T>where
T: RefUnwindSafe,
impl<T> Send for StarrySkyTreeCount<T>where
T: Send,
impl<T> Sync for StarrySkyTreeCount<T>where
T: Sync,
impl<T> Unpin for StarrySkyTreeCount<T>where
T: Unpin,
impl<T> UnwindSafe for StarrySkyTreeCount<T>where
T: UnwindSafe,
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