Expand description
Functions for concatenating slices
Functionsยง
- concat_
bytes - Concats a collection of
&[u8]
s into a single&'static [u8]
at compile time. - concat_
bytes2 - Concats two
[u8]
s into a single&'static [u8]
at compile time - concat_
strs - Concats a collection of
&str
s into a single&'static str
at compile time. - concat_
strs2 - Concats two
str
s into a single&'static str
at compile time