https://kotlinlang.org logo
#arrow
Title
e

Egor Trutenko

10/03/2018, 1:29 PM
By the way, why two-parameter functions in typeclasses aren't
infix
? For example,
Copy code
String.eq().run { "str1" eqv "str2" }
would be more idiomatic