| 1: | func @isComptime = () #ct -> Bool; |
Gets if currently in a comptime scope. If the scope is ambiguous (both comptime and runtime), it is a compilation error.
None.
Returns true if currently in a comptime scope.
This function is meant for use in a function with attribute #rtDiff.
(TODO)