macro_rules! array_ref { ($slice : expr, $offset : expr, $size : expr) => { ... }; }
Creates a fixed-size array from a slice.