| ... | @@ -650,6 +650,10 @@ This function returns an integer type with the given signness and bit count. | ... | @@ -650,6 +650,10 @@ This function returns an integer type with the given signness and bit count. |
| 650 | | 650 | |
| 651 | Makes the target function a test function. | 651 | Makes the target function a test function. |
| 652 | | 652 | |
| | 653 | ### @setDebugSafety(scope, safety_on: bool) |
| | 654 | |
| | 655 | Sets a whether we want debug safety checks on for a given scope. |
| | 656 | |
| 653 | ### @isInteger(comptime T: type) -> bool | 657 | ### @isInteger(comptime T: type) -> bool |
| 654 | | 658 | |
| 655 | Returns whether a given type is an integer. | 659 | Returns whether a given type is an integer. |