Join Slack
Powered by
Is it correct to say then that `==` operator is ba...
# language-proposals
i
ilya.gorbunov
03/03/2017, 2:22 PM
Is it correct to say then that
==
operator is based on
?:
, because
a == b
is a shorter form of
a?.equals(b) ?: (b === null)
?
Open in Slack
Previous
Next