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:
@ -5530,6 +5530,7 @@ type
|
||||
typeof
|
||||
union
|
||||
unsafe
|
||||
volatile
|
||||
__offsetof
|
||||
```
|
||||
See also [V Types](#v-types).
|
||||
|
Reference in New Issue
Block a user