Open RamType0 opened 3 years ago
Feature Description: Just like a jagged array support, we could support it by casting it to underlying integer types.
This is planned, but requires scanning enums across files and resolving expressions for enum values so it's a bit more involved than jagged arrays which can just exist given the base type.
Feature Description: Just like a jagged array support, we could support it by casting it to underlying integer types.