macro_rules! array_iter_helper {
($t:ty, $unit:expr, $arr:expr) => { ... };
}
Expand description
Get an iterator from a primitive array.
Used with downcast_ts_array
. The returned iter is wrapped with .enumerate()
.
macro_rules! array_iter_helper {
($t:ty, $unit:expr, $arr:expr) => { ... };
}
Get an iterator from a primitive array.
Used with downcast_ts_array
. The returned iter is wrapped with .enumerate()
.