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

parser: support an unambiguous sizeof[T]() and isreftype[T]() (part 1) (#16684)

This commit is contained in:
Delyan Angelov
2022-12-15 19:21:52 +02:00
committed by GitHub
parent e5e73ebbfa
commit 0a11955284
9 changed files with 128 additions and 66 deletions

View File

@@ -6468,4 +6468,4 @@ Assignment Operators
+= -= *= /= %=
&= |= ^=
>>= <<= >>>=
```
```