Join Slack
Communities
Powered by
Is there any way around recursive typealias expans...
# announcements
r
Ruckus
08/22/2018, 4:12 PM
Is there any way around recursive typealias expansion? It would be really nice to be able to do
Copy code
typealias Interceptor<T, U> = (Store<T, U>, U, Interceptor<T, U>) -> Unit
so I can still use standard functional types.
2
Views
Open in Slack
Previous
Next