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