assume

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void assume(T cond, int line, string file)
    void
    assume
    (
    T
    )
    (,
    int line = __LINE__
    ,
    string file = __FILE__
    )
  2. void assume(T cond, string msg, int line, string file)

Meta