Macro nod::array_ref[][src]

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

Creates a fixed-size array from a slice.