pub const fn empty_slice<'a, T>() -> &'a [T]
where T: 'a,
Expand description

Creates an empty slice.