Function kaguya_rs::basic_fn::fun::init[][src]

pub fn init<T>(
    it: impl Iterator<Item = T>
) -> Option<Vec<T>>

Getting all elements of Iterator except the last one

Arguments