[][src]Function structural::utils::coerce_slice

pub const fn coerce_slice<'a, T>(slic: &'a [T]) -> &'a [T]

Used to coerce &[T;N] to &[T].