mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Deprecate MyEnum.elements.
This commit is contained in:
@@ -6,7 +6,7 @@ enum MyEnum : short
|
||||
BYE
|
||||
}
|
||||
|
||||
int myenum_elements = MyEnum.elements;
|
||||
int myenum_elements = MyEnum.values.len;
|
||||
int myenum_alignof = MyEnum.alignof;
|
||||
int myenum_sizeof = MyEnum.sizeof;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user