mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-27 07:10:09 +01:00
Instead of manually creating a map from symbolic types to concrete
types, create a Specific and look up parameter types via that Specific.
This allows C++ to call a Carbon function like `fn F[T: type](unused t:
T*) {}`. See generic_pointer.carbon.