Documentation
1
2
3
4
5
6
use wtools::diagnostics::*;

fn main()
{
  cta_true!( feature = "unknown" );
}