We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61e1549 commit b98d925Copy full SHA for b98d925
src/types/generics/constraints.md
@@ -45,7 +45,9 @@ Your compiler has some built-in constraint statements to make things easier. The
45
| -------------|----------------------------------------------------------------|
46
| `signed` | Signed number types |
47
| `unsigned` | Unsigned number types |
48
+| `integer` | Integer number types |
49
| `float` | Floating-point number types |
50
+| `cmplx` | Complex number types |
51
| `numeric` | All numeric types |
52
| `mutable` | Mutable types |
53
| `immutable` | Immutable types |
0 commit comments