pub fn debug_assert_valid<N>(node: &N) where
    N: VisitWith<AssertValid>, 
Available on crate feature __transforms only.
Expand description

Assert in debug mode. This is noop in release build.