ziglings/patches/patches/035_enums.patch

5 lines
76 B
Diff
Raw Normal View History

2021-02-15 17:13:55 -05:00
23c23
< const Ops = enum { ??? };
---
> const Ops = enum { dec, inc, pow };