pub(crate) fn into_iter<T>(val: T) -> T::IntoIterwhere
T: IntoIterator,Expand description
Converts the value into a sequential iterator if the multithread feature is disabled.
Uses the std::iter::IntoIterator trait.
pub(crate) fn into_iter<T>(val: T) -> T::IntoIterwhere
T: IntoIterator,Converts the value into a sequential iterator if the multithread feature is disabled.
Uses the std::iter::IntoIterator trait.