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 47e1ee6 commit 6cdbfdfCopy full SHA for 6cdbfdf
docs/New Features/Type Hinting.md
@@ -25,6 +25,7 @@ There's no effect on performance. This is implemented entirely during the compil
25
- `userdata`
26
- `nil`
27
- `void` (return type only)
28
+- `any`
29
30
Prefix a `?` to indicate void-able types, e.g. `?string` indicates that it may be absent, nil, or a string.
31
0 commit comments