try_take
A generic function to take elements out of an iterator. It yields either an iterator or the length of the underlying iterator.
no_std
Only the core crate is required.
A generic function to take elements out of an iterator. It yields either an iterator or the length of the underlying iterator.
Only the core crate is required.