Skip to content

Commit 3051f77

Browse files
authored
doc: add $pointer and $voidptr (#25618)
1 parent 8ca3015 commit 3051f77

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/docs.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6650,6 +6650,8 @@ V supports the following compile time types:
66506650
- `$struct` => matches [Structs](#structs).
66516651
- `$sumtype` => matches [Sum Types](#sum-types).
66526652
- `$string` => matches [Strings](#strings).
6653+
- `$pointer` => matches [Reference Types](#references).
6654+
- `$voidptr` => matches C's `void*`.
66536655
66546656
### Environment specific files
66556657

0 commit comments

Comments
 (0)