#what type should I use for a 0 bit tagged Union field

1 messages · Page 1 of 1 (latest)

grand ether
#

Wasn't sure what the good choice is from void, struct {}, or something else, normally use void but idk seems sketchy.

ruby shore
#

for a union variant that needs no satellite data, use void, the canonical unit type