1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

all: support mut volatile x := 123 declarations (#11940)

This commit is contained in:
Delyan Angelov
2021-09-22 13:06:30 +03:00
committed by GitHub
parent 76e360ce86
commit bf2569a9a8
13 changed files with 47 additions and 6 deletions

View File

@ -5530,6 +5530,7 @@ type
typeof
union
unsafe
volatile
__offsetof
```
See also [V Types](#v-types).