035_enums.patch 76 B

1234
  1. 23c23
  2. < const Ops = enum { ??? };
  3. ---
  4. > const Ops = enum { dec, inc, pow };