mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 22:02:23 +01:00
Previous text was not clear, see https://discord.com/channels/655572317891461132/941071822756143115/1004607504396861540 . Co-authored-by: Thomas Heller <thom.heller@gmail.com> Co-authored-by: Jon Ross-Perkins <jperkins@google.com>
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