throwError

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool throwError(A args)
  2. bool throwError(string f, size_t l, A args)
    bool
    throwError
    (
    string S
    A...
    )
    (
    string f
    ,
    size_t l
    ,)
    if (
    __traits(compiles, format!S(args))
    )
  3. bool throwError(T t, string f, size_t l)

Meta