[SAoC2022] QUIC Protocol : Milestone 1, Part 2

Kagamin spam at here.lot
Thu Oct 6 19:01:22 UTC 2022


```
alias tlsVersion = ubyte[2];

struct SupportedVersions
{
     tlsVersion[] tlsVersions = [0x3, 0x4];
}
```
Wait, this compiles? And what it does?


More information about the Digitalmars-d mailing list