Learn how to combine and refine types in TypeScript using unions, intersections, and enums for more complex data structures.
Tag: Enums
Articles tagged with Enums. Showing 4 articles.
Chapters
Learn about structures, unions, and enums in C: custom data types for complex data.
Learn about structs, enums, and pattern matching in Rust to create expressive and type-safe code.
Learn to build a simple command-line todo application in Rust.