`fun <T, E> ApiREsult<T, E>.myExtension() { }`
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