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)
  2. void assume(T cond, string msg, int line, string file)
    void
    assume
    (
    T
    )
    (,
    string msg
    ,
    int line = __LINE__
    ,
    string file = __FILE__
    )

Meta