pub const fn concat_bytes<'a, Bytes: Const<Type = &'a [&'a [u8]]>>() -> &'static [u8] ⓘ
Concats a collection of &[u8]s into a single &'static [u8] at compile time.
&[u8]
&'static [u8]
Analogous to concat_strs.
concat_strs