Compare commits

...

3 Commits

Author SHA1 Message Date
Tristan B. Velloza Kildaire d99bfbaf35 Fix 2023-06-28 16:59:22 +02:00
Tristan B. Velloza Kildaire 2df7d833cf Make protected 2023-06-28 16:58:48 +02:00
Tristan B. Velloza Kildaire 1480a5afca - Updated example 2023-06-28 16:54:15 +02:00
1 changed files with 1 additions and 1 deletions

View File

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