throwError

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool throwError(A args)
    bool
    throwError
    (
    string S
    string File = __FILE__
    uint Line = __LINE__
    A...
    )
    ()
    if (
    __traits(compiles, args.format!S)
    )
  2. bool throwError(string file, uint line, A args)
  3. bool throwError(T value, string file, uint line)

Meta