Macro glib::gformat

source ·
macro_rules! gformat {
    ($($arg:tt)*) => { ... };
}
Expand description

Creates a GString using interpolation of runtime expressions.

This macro is the same as std::format! except it returns a GString. It is faster than creating a String and then converting it manually to a GString.