pub fn format(args: &[Value]) -> String
util.format(fmt, ...args) — printf-style substitution (%s %d %i %f %j %o %O %c %%) with any leftover arguments appended space-separated.
util.format(fmt, ...args)
%s %d %i %f %j %o %O %c %%