CompilationContext.assertf

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void assertf(bool cond, string fmt, Args args, string file, int line)
  2. void assertf(bool cond, TokenIndex tokIdx, string fmt, Args args, string file, int line)
    struct CompilationContext
    void
    assertf
    (
    Args...
    )
    (
    bool cond
    ,
    TokenIndex tokIdx
    ,
    string fmt
    ,
    Args args
    ,
    string file = __MODULE__
    ,
    int line = __LINE__
    )

Meta