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