Richard Smith 4daaa4866f Rename `Type` -> `type`, per #2360. (#2507) il y a 3 ans
..
README.md 9c17b72ddd Clean up titles for a few docs, mainly to remove 'Carbon' prefixes (#894) il y a 4 ans
appendix-coherence.md 9c8fd6864e Implement rename `me` -> `self` (#2444) il y a 3 ans
details.md 4daaa4866f Rename `Type` -> `type`, per #2360. (#2507) il y a 3 ans
goals.md 674f2257db grammar mistakes (#1915) il y a 3 ans
overview.md 4daaa4866f Rename `Type` -> `type`, per #2360. (#2507) il y a 3 ans
terminology.md 4daaa4866f Rename `Type` -> `type`, per #2360. (#2507) il y a 3 ans

README.md

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