Struct competitive_programming_rs::math::cumulative_sum::CumulativeSum [−][src]
pub struct CumulativeSum<T>(_);
Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for CumulativeSum<T> where
T: RefUnwindSafe,
impl<T> Send for CumulativeSum<T> where
T: Send,
impl<T> Sync for CumulativeSum<T> where
T: Sync,
impl<T> Unpin for CumulativeSum<T> where
T: Unpin,
impl<T> UnwindSafe for CumulativeSum<T> where
T: UnwindSafe,