Blyx v0.1.0-alpha: AI-Native Systems Language with Rust Runtime •View on GitHub

Chapter 8

Traits & Generics

A trait defines functionality a particular type has and can share with other types. Generics allow writing zero-cost polymorphic functions.

Pattern MatchingError Handling