tiger_lib::config_load

Function load_not

Source
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.