kdl-script icon indicating copy to clipboard operation
kdl-script copied to clipboard

enum tag attribute

Open Gankra opened this issue 3 years ago • 0 comments

@tag "u32" should be something you can do on an enum to the effect of repr(u32) in rust for c-like enums (or enum class Blah: uint32_t in C++).

Gankra avatar Oct 15 '22 22:10 Gankra