When can I use the `implicit` function for context...
# language-evolution
a
When can I use the
implicit
function for context parameters? I am experimenting and I can find of no other way to access the context inside of an context inside a lambda. EDIT: it appears to be https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/context-of.html
1