pub fn flex_fmt<const SIZE: usize, const PAD1: usize, const PAD2: usize, HEAP>( args: Arguments<'_>, ) -> FlexStr<SIZE, PAD1, PAD2, HEAP>where HEAP: for<'a> From<&'a str>,
Equivalent to the format function from stdlib. Efficiently creates a native FlexStr