5 ms·
Rust has algebraic data types. They're one of Rust's most important features. But algebraic data types do not in themselves provide a way to express the notion
by jarrettc 11y ago
Rust has algebraic data types. They're one of Rust's most important features.
But algebraic data types do not in themselves provide a way to express the notion of a type with variants or sub-types.