__format

This function is same as std.format made nonthow It's meant to be used in assert/pre-post Parans: fmt = string format args = argument list

  1. string __format(string fmt, Args args)
    @trusted nothrow pure
    debug
    string
    __format
    (
    Args...
    )
    (
    string fmt
    ,
    Args args
    )
  2. string __format(string fmt, Args args)

Meta