arrow-core / arrow.core.extensions.option.eq / arrow.core.Option / eq
fun <A> Option.Companion.~~eq~~(EQ: Eq<A>): OptionEq<A> Deprecated: Eq is deprecated in favor of equals(), since Kotlin’s Std doesn’t take Eq into account
fun <A> Option.Companion.~~eq~~(EQ: Eq<A>):
OptionEq
<A>
Do you like Arrow?