exercises/patches/patches/57_unions3.patch
2021-03-10 20:14:25 -05:00

5 lines
78 B
Diff

18c18
< const Insect = union(InsectStat) {
---
> const Insect = union(enum) {