You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 3, 2020. It is now read-only.
Currently, we fake traits in the compiler and just assume a bunch of stuff about every type. No custom types are allowed to decide which traits the fulfill.
Trait resolution
Defining new traits
Generic traits
Implementing traits for custom types
Traits for operators
Trait objects as function parameters
Static vs. dynamic dispatch
The text was updated successfully, but these errors were encountered:
Currently, we fake traits in the compiler and just assume a bunch of stuff about every type. No custom types are allowed to decide which traits the fulfill.
The text was updated successfully, but these errors were encountered: