doc update for parampack typename

This commit is contained in:
2023-08-23 13:17:30 -04:00
parent 30eec99628
commit 8635b0fd1b
2 changed files with 3 additions and 2 deletions

View File

@ -567,12 +567,13 @@ Code Next;
Code Parent;
StringCached Name;
CodeT Type;
b32 IsParamPack;
```
Serialization:
```cpp
<Attributes> <Name> <Specs>
<Attributes> <Name> <Specs> <IsParamPack ?: ...>
```
## Typedef