arrow-core / arrow.core.extensions / CharEq
interface ~~CharEq~~ : Eq<Char> Deprecated: Eq is deprecated in favor of equals(), since Kotlin’s Std doesn’t take Eq into account
interface ~~CharEq~~ : Eq<
Char
>
open fun
.eqv(b:
):
Boolean
interface ~~CharHash~~ : Hash<
>,
CharEq
Do you like Arrow?