Richard Smith f63169608e Implicit conversions (#820) пре 4 година
..
README.md ecb5a611e5 Generics details part 1 (#553) пре 4 година
details.md f63169608e Implicit conversions (#820) пре 4 година
goals.md 36764ff1af Basic classes: use cases, struct literals, struct types, and future work (#561) пре 4 година
overview.md 225eda7f49 Generics details 2: adapters, associated types, parameterized interfaces (#731) пре 4 година
terminology.md f63169608e Implicit conversions (#820) пре 4 година

README.md

Carbon: Generics

This directory contains the collection of documents describing the generics feature of Carbon:

  • Overview - A high-level description of the generics design, with pointers to other design documents that dive deeper into individual topics.
  • Goals - The motivation and principles guiding the design direction.
  • Terminology - A glossary establishing common terminology for describing the design.
  • Detailed design - In depth description of how generic type parameters work.
  • Rejected alternatives - not implemented yet