cfunction
src/core/buffer.c on line 445, column 1
(buffer/format buffer format & args)
Snprintf like functionality for printing values into a buffer.
Returns the modified buffer.
(buffer/format @"0 - 1 = " "%d" -1)
# =>
@"0 - 1 = -1"