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
&strs into a single&'static strat compile time. - concat_
strs2 - Concats two
strs into a single&'static strat compile time