Macro const_it::split_slice_at
source ยท macro_rules! split_slice_at { ($slicable:expr, $index:expr) => { ... }; }
Expand description
Split a slice in two at the specified index. Panics on error.
See also try_split_slice_at!.
macro_rules! split_slice_at { ($slicable:expr, $index:expr) => { ... }; }
Split a slice in two at the specified index. Panics on error.
See also try_split_slice_at!.