macro_rules! non_empty_slice {
($slice: expr) => { ... };
}Expand description
Constructs NonEmptySlice from the given slice, panicking if it is empty.
macro_rules! non_empty_slice {
($slice: expr) => { ... };
}Constructs NonEmptySlice from the given slice, panicking if it is empty.