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.
$pointer
$voidptr
1 parent 8ca3015 commit 3051f77Copy full SHA for 3051f77
doc/docs.md
@@ -6650,6 +6650,8 @@ V supports the following compile time types:
6650
- `$struct` => matches [Structs](#structs).
6651
- `$sumtype` => matches [Sum Types](#sum-types).
6652
- `$string` => matches [Strings](#strings).
6653
+- `$pointer` => matches [Reference Types](#references).
6654
+- `$voidptr` => matches C's `void*`.
6655
6656
### Environment specific files
6657
0 commit comments