pub fn count_insts(e: &MelExpr) -> u16
Expand description

Count the number of primitive instructions recursively from a MelExpr. Loop-embedded instructions aren’t counted (a loop is 1 instruction).