Skip to content

Tagged unions / enums with data on them #17

Description

@esthedebeste
enum Tagged<T> : uint8 {
    A: uint32,
    B,
    C: double,
    D: SomeStruct<T>,
    E,
    F: uint32,
}

Default representation should probably be uint64 because big

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions