Enum ndarray::FoldWhile [−][src]
pub enum FoldWhile<T> { Continue(T), Done(T), }
Expand description
Value controlling the execution of .fold_while
on Zip
.
Variants
Continue folding with this value
Fold is complete and will return this value
Implementations
Return the inner value