Trait safe_mix::TripletMix [−][src]
The mixed trait for mixing a sequence.
Associated Types
Loading content...Required methods
fn triplet_mix(self) -> Self::Item
[src]
The output of the mixing algorithm on the sequence. Items in the sequence beyond
the largest power of three that fits within the the sequence up until 3 ** MAX_DEPTH
are ignored.
Implementors
impl<I, T> TripletMix for I where
I: Iterator<Item = T>,
T: BitAnd<Output = T> + BitOr<Output = T> + Default + Copy,
[src]
I: Iterator<Item = T>,
T: BitAnd<Output = T> + BitOr<Output = T> + Default + Copy,