`fun <T, E> ApiREsult<T, E>.myExtensio...
# getting-started
b
fun <T, E> ApiREsult<T, E>.myExtension() { }
🧵 1
c
Damn. I was close.
c
Just remember that you declare generics between
fun
and the function name, and then you can use them exactly where you think they should go
👍 1