test

Effectively partial specialization alias: test = enforceImpl!(TestException)

Same arguments as enforceImpl.

  1. void test(T ok, cstring msg, istring file, int line)
    void
    test
    (
    T
    )
    (
    T ok
    ,
    cstring msg = ""
    ,
    istring file = __FILE__
    ,
    int line = __LINE__
    )
  2. void test(T1 a, T2 b, istring file, int line)

Meta