ziglings/patches/patches/35_enums.patch
2021-02-15 17:13:55 -05:00

4 lines
76 B
Diff

23c23
< const Ops = enum { ??? };
---
> const Ops = enum { dec, inc, pow };