|
|
|
|
|
by nrc
1320 days ago
|
|
No, they're not. GATs are used internally in the compiler to implement async methods, but there is absolutely no need for them to be in the language for that (just like generators are used to implement await but are not part of the (stable) language). GATs may or may not be useful, but IMO the actual real-world use cases are pretty weak. |
|
You mention generators, but a lot of people are clamoring for those as well, and I fully expect them to be exposed to end-users someday.