No {.compileTime.} is useful, it's its validity at runtime that is unnecessary.
Just assign the compile-time value to a const or a let/var with
`static(myCompileTimeValue)` to make them available at runtime.
- Is this expected behaviour? dawkot
- Re: Is this expected behaviour? mratsim
- Re: Is this expected behaviour? juancarlospaco
- Re: Is this expected behaviour? mratsim
