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

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

Getting the first element of Iterator

Arguments