pub type RangeInclusiveMutator<T, M> = Wrapper<MapMutator<(T, T), RangeInclusive<T>, TupleMutatorWrapper<Tuple2Mutator<M, M>, Tuple2<T, T>>, fn(_: &RangeInclusive<T>) -> Option<(T, T)>, fn(_: &(T, T)) -> RangeInclusive<T>, fn(_: &RangeInclusive<T>, _: f64) -> f64>>;

Implementations