1
0
mirror of https://github.com/Hax-io/jstruct synced 2024-07-27 08:40:08 +02:00

- Updated example

This commit is contained in:
Tristan B. Velloza Kildaire 2023-06-28 16:54:15 +02:00
parent 73caebc501
commit 1480a5afca

View File

@ -29,7 +29,7 @@ struct Person
Our enum is defined as:
```d
private enum EnumType
enum EnumType
{
DOG,
CAT