-
-
Notifications
You must be signed in to change notification settings - Fork 21
Enum
CD2 edited this page Feb 8, 2023
·
4 revisions
All enums are 4 bytes in size.
All enums are public.
|Cardsuit{
clubs,
diamonds,
hearts,
spades
}