Join Slack
Communities
Powered by
As a note, you don't need a new type. You can use ...
# language-proposals
r
Ruckus
11/29/2017, 4:49 PM
As a note, you don't need a new type. You can use a typealias and it will get compiled away.
Copy code
typealias SimpleFoo<T> = Foo<T, Unit, Unit>
Open in Slack
Previous
Next