FlatBuffersSwift icon indicating copy to clipboard operation
FlatBuffersSwift copied to clipboard

Support new union syntax

Open mzaks opened this issue 5 years ago • 0 comments

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: string
}

mzaks avatar Aug 20 '18 06:08 mzaks