josh11b e15bdbb36c Update generics overview (#3061) пре 2 година
..
README.md 9c17b72ddd Clean up titles for a few docs, mainly to remove 'Carbon' prefixes (#894) пре 4 година
appendix-coherence.md 21c3f64564 Fix doc rename struct to class (#2648) пре 3 година
details.md 587ab64d1b Update Generics terminology document (#3048) пре 2 година
goals.md 916bb4022a Update generics goals doc (#3060) пре 2 година
overview.md e15bdbb36c Update generics overview (#3061) пре 2 година
terminology.md 0d1e6bd84d Values, variables, pointers, and references (#2006) пре 2 година

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