CompilationContext.internal_error

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

Meta