Hacker News new | ask | show | jobs
by cygx 4065 days ago
Tagged unions in particular, C's version of variant types. An enum can be considered a degenerate case of such a type, so the naming isn't totally arbitrary.