Luke
06/14/2022, 9:11 PM(T) -> R
) and another parameter of type T
and returns a lambda with no parameter (() -> R
) which when called runs the parameter lambda ((T) -> R
) with the instance of T
?Youssef Shoaib [MOD]
06/14/2022, 10:02 PMpartially1
from partials.kt does this