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 F = __FILE__
    size_t L = __LINE__
    A...
    )
    ()
    if (
    __traits(compiles, format!S(args))
    )
  2. bool throwError(string f, size_t l, A args)
  3. bool throwError(T t, string f, size_t l)

Meta