std::stringf
stringf
Formats a string using the specified format and arguments, similar to printf in C
Signature
stringf(format: string, ...args) -> string
Formats a string using the specified format and arguments, similar to printf in C
stringf(format: string, ...args) -> string