Maxim Zaks
Maxim Zaks
Big thanks to @music-group
``` union Character { MuLan: Attacker, // Can have name be different from type. Rapunzel, // Or just both the same, as before. Belle: BookReader, BookFan: BookReader, Other: string, Unused:...
In the latest version of FlatBuffers vector of unions is supported.
There was a half baked support but I decided to remove it and provide proper support when it is needed.
This feature will also make it possible to include all infrastructure code inside the generated file. This way users don't have to include FlatBuffersSwift module, generating code will be self...