mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-25 20:20:13 +01:00
This implements decision #565 to use `T:! Type` to declare generic parameters, and `template T:! Type` for template parameters. Co-authored-by: Richard Smith <richard@metafoo.co.uk>
Carbon: 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- not implemented yetRejected alternatives- not implemented yet