Jon Meow 24b763c7e8 Fix or remove invalid anchor links, adding pre-commit (#997) 4 yıl önce
..
README.md 9c17b72ddd Clean up titles for a few docs, mainly to remove 'Carbon' prefixes (#894) 4 yıl önce
appendix-coherence.md 24b763c7e8 Fix or remove invalid anchor links, adding pre-commit (#997) 4 yıl önce
details.md 3f12316d6b Generics details 7: final impls (#983) 4 yıl önce
goals.md 24b763c7e8 Fix or remove invalid anchor links, adding pre-commit (#997) 4 yıl önce
overview.md dcc287cb6e Generic parameterized impls (details 5) (#920) 4 yıl önce
terminology.md 634148c39f Coherence: terminology, rationale, alternatives considered (#624) 4 yıl önce

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