| author | |
| committer | |
| log | 4df1a9b251926ca05c4f65ed3daf2756c67e82de |
| tree | 2793a2c799f401f63c178ee8a03569df99a2d20b |
| parent | d13cec6894aa01b6a5dbf6a7cf9b071fa9c68666 |
1 files changed, 4 insertions(+), 0 deletions(-)
doc/langref.md+4| ... | ... | @@ -650,6 +650,10 @@ This function returns an integer type with the given signness and bit count. |
| 650 | 650 | |
| 651 | 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 | 657 | ### @isInteger(comptime T: type) -> bool |
| 654 | 658 | |
| 655 | 659 | Returns whether a given type is an integer. |