fn reducible(&self) -> bool { match *self { Node::Number(_) | Node::Boolean(_) | Node::DoNothing => false, _ => true, } }.
確定! 回上一頁