Asynchronous I/O that doesn’t get in your way, written in D
The search functionality needs JavaScript enabled
A type enum that identifies the type of value currently stored.
struct TaggedUnion { // ... alias Kind = UnionFieldEnum!U; // ... }