mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-07 21:43:15 +00:00
Add proc(#const x: Type) to enforce a constant parameter (but not polymorphic) to a procedure
This commit is contained in:
@@ -46,6 +46,7 @@ enum EntityFlag {
|
||||
EntityFlag_BitFieldValue = 1<<12,
|
||||
EntityFlag_PolyConst = 1<<13,
|
||||
EntityFlag_NotExported = 1<<14,
|
||||
EntityFlag_ConstInput = 1<<15,
|
||||
|
||||
EntityFlag_Static = 1<<16,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user