josh11b be8d0a993b Generic impls access (details 4) (#931) 4 år sedan
..
README.md 9c17b72ddd Clean up titles for a few docs, mainly to remove 'Carbon' prefixes (#894) 4 år sedan
details.md be8d0a993b Generic impls access (details 4) (#931) 4 år sedan
goals.md 89a829b8c7 Constraints for generics (generics details 3) (#818) 4 år sedan
overview.md 3f759ed58c Update and edit pass through generic design docs (#965) 4 år sedan
terminology.md 3f759ed58c Update and edit pass through generic design docs (#965) 4 år sedan

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