Function iterative_methods::extract_value[][src]

pub fn extract_value<I, T>(it: I) -> ExtractValue<I, T> where
    I: StreamingIterator<Item = WeightedDatum<T>>, 
Expand description

The constructor for ExtractValue. Apply it to a StreamingIterator with Item = WeightedDatum<T> and it returns a StreamingIterator with Item = T.