Sprintf formats according to a format specifier and returns the resulting string.
(format string, a ...any)
| 12 | |
| 13 | // Sprintf formats according to a format specifier and returns the resulting string. |
| 14 | Sprintf(format string, a ...any) string |
| 15 | |
| 16 | // Sprintfln formats according to a format specifier and returns the resulting string. |
| 17 | // Spaces are always added between operands and a newline is appended. |
no outgoing calls