Join Slack
Powered by
<@U5QGY080J> then you just write either `if (myPai...
# announcements
e
elizarov
07/03/2017, 1:35 PM
@iex
then you just write either
if (myPair.first == a && myPair.second == b)
or
if (myPair == Pair(a, b))
or equivalent
when
(in case when there are multiple cases that you have to choose from).
Open in Slack
Previous
Next