Text.format

Format a given string by using std.string.format. Therefore the formating pattern is identical.

class Text
final
void
format
pure
(
Args...
)
(
string text
,
Args args
)

Meta