mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
core/odin: support #type_assert and #no_type_assert
This commit is contained in:
@@ -27,6 +27,8 @@ Proc_Calling_Convention :: union {
|
||||
Node_State_Flag :: enum {
|
||||
Bounds_Check,
|
||||
No_Bounds_Check,
|
||||
Type_Assert,
|
||||
No_Type_Assert,
|
||||
}
|
||||
Node_State_Flags :: distinct bit_set[Node_State_Flag]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user