pub const fn concat_bytes2<'a, Lhs: Const<Type = &'a [u8]>, Rhs: Const<Type = &'a [u8]>>() -> &'static [u8] ⓘ
Concats two [u8]s into a single &'static [u8] at compile time
[u8]
&'static [u8]