test

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

Same arguments as enforceImpl.

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

Meta