Phase 8.4: const func syntax — compile-time function declarations
This commit is contained in:
@@ -323,6 +323,7 @@ type
|
||||
of dkFunc:
|
||||
declFuncAsm*: bool
|
||||
declFuncCallConv*: CallingConvention
|
||||
declFuncConst*: bool ## const func — evaluable at compile time
|
||||
declFuncName*: string
|
||||
declFuncTypeParams*: seq[string]
|
||||
declFuncParams*: seq[Param]
|
||||
|
||||
Reference in New Issue
Block a user