Struct ArrayIterator
Fields
array
idx
Trait Implementations
Iterator
Struct
std
::
iterator
::
ArrayIterator
pub struct ArrayIterator<T, const N: u64> { array: [T; N], idx: u64, }
Fields
array: [T; N]
idx: u64
Trait Implementations
impl
Iterator
for ArrayIterator<T, N>
type Item = T
pub fn
next
(refmut self) -> Option<Self::Item>