Skip to content

Commit

Permalink
Efficient single inheritance with traits.
Browse files Browse the repository at this point in the history
Efficient single inheritance via virtual structs and unification and nesting of structs and enums. In contrast to rust-lang#142, this RFC uses traits for virtual dispatch rather than a custom system around impls. The parts of the RFC about nested structs and enums are identical to rust-lang#142.
  • Loading branch information
nrc committed Sep 17, 2014
1 parent 8c20e95 commit fb193d9
Showing 1 changed file with 696 additions and 0 deletions.
Loading

0 comments on commit fb193d9

Please sign in to comment.