assert_fmt

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void assert_fmt(void* ptr, string msg, Args args)
    package @nogc nothrow
    void
    assert_fmt
    (
    Args...
    )
    (
    void* ptr
    ,
    string msg
    ,
    auto ref Args args
    )
  2. void assert_fmt(bool cond, string msg, Args args)

Meta