Function mz_repr::strconv::format_bool_static
source ยท pub fn format_bool_static(b: bool) -> &'static str
Expand description
Like format_bool
, but returns a string with a static lifetime.
This function should be preferred to format_bool
when applicable, as it
avoids an allocation.