FormatOutput.format

Format the provided arguments to the stream according to the format string

class FormatOutput
typeof(this)
format
(
Args...
)

Parameters

Args

Variadic template arguments

fmt cstring

Format string to use (see ocean.text.convert.Formatter

args Args

Arguments to format

Return Value

Type: typeof(this)

this, for easy chaining

Meta