pub const OPERATORS: &[&str];Expand description
Every operator the engine implements, by name.
Published for the same reason crate::fuse::RULES is: fusion.rs holds this set to the
operators the programs in the tree actually compile to, so an operator with a delta rule and no
program is a hole in the differential rather than a line in a match.