In Scala it's done with implicits but in Kotlin we...
# arrow
r
In Scala it's done with implicits but in Kotlin we don;t have those for multiple implicit evidences, just one for receiver types in extension functions so we rely in the convention that a type provides an instance if it declares a property in its companion that is named the same as in the type class.
👍 2
🔝 1