query

Macro array_iter_helper

source
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().