Macro nod::array_ref

source ·
macro_rules! array_ref {
    ($slice:expr, $offset:expr, $size:expr) => { ... };
}
Expand description

Creates a fixed-size array reference from a slice.