Type Definition bitvec::slice::BitRefIter
source · pub type BitRefIter<'a, T, O> = Map<BitValIter<'a, T, O>, fn(_: bool) -> &'a bool>;
Expand description
An iterator over BitSlice
that yields &bool
directly.
pub type BitRefIter<'a, T, O> = Map<BitValIter<'a, T, O>, fn(_: bool) -> &'a bool>;
An iterator over BitSlice
that yields &bool
directly.