Skip to main content

format

Function format 

Source
pub fn format(args: &[Value]) -> String
Expand description

util.format(fmt, ...args) — printf-style substitution (%s %d %i %f %j %o %O %c %%) with any leftover arguments appended space-separated.