pub const fn slice_to_fstr<const N: usize>(slice: &[&str]) -> fstr<N>Expand description
Helper function to convert a slice of string to a fixed string fixedstr_ext::fstr.
pub const fn slice_to_fstr<const N: usize>(slice: &[&str]) -> fstr<N>Helper function to convert a slice of string to a fixed string fixedstr_ext::fstr.