Added compare_to as a standard macro.

This commit is contained in:
Christoffer Lerno
2023-08-17 10:13:00 +02:00
parent b05ba8d110
commit 9b0da89a03
4 changed files with 40 additions and 5 deletions

View File

@@ -131,7 +131,6 @@ macro sign(x)
$endif
}
/**
* @require values::@is_int(x) || values::@is_float(x) "Expected an integer or floating point value"
* @checked x + y