Skip to main content

Module format_append

Module format_append 

Source
Expand description

Port of Luau::formatAppend from Common/src/StringUtils.cpp.

See crate::functions::vformat_append for the documented deviation: the C++ variadic void formatAppend(std::string& str, const char* fmt, ...) becomes a core::fmt::Arguments consumer (callers pass format_args!(...)) so the port stays on stable + wasm32.

Functionsยง

formatAppend