pub const MUTATING_CELL_OPS: &[&str];Expand description
v0.98 (ADR 0125): <cell>.update(f) is a read-modify-write of the
working state — the bare := write form is Statement::Assign, checked
separately and unconditionally, no method name involved.