fn load_not(bv: &BV) -> Option<FilterRule>
Expand description
This loads a NOT block. In paradox script, NOT is actually an implicit NOR. Load the children, if more than one exists, it returns a NOR block, otherwise a NOT.
fn load_not(bv: &BV) -> Option<FilterRule>
This loads a NOT block. In paradox script, NOT is actually an implicit NOR. Load the children, if more than one exists, it returns a NOR block, otherwise a NOT.