Kotlin supports the following operators and special symbols:
Read moreWhat is the use of :: in Kotlin?
:: converts a Kotlin function into a lambda . this translates to MyClass(x, y) in Kotlin.
Read moreKotlin supports the following operators and special symbols:
Read more:: converts a Kotlin function into a lambda . this translates to MyClass(x, y) in Kotlin.
Read more