Trait segment_tree::ops::Inverse
[−]
[src]
pub trait Inverse<N> {
fn uncombine(a: &mut N, b: &N);
}A trait that specifies that this type allows uncombining.
Required Methods
fn uncombine(a: &mut N, b: &N)
Returns some value such that combine(uncombine(a, b), b) = a.