Join Slack
Powered by
(pseudocode) ``` when(myEither) { is Left ->...
# codingconventions
a
aballano
03/19/2017, 10:08 AM
(pseudocode)
Copy code
when(myEither) { is Left -> ... is Right -> ... }
3
Views
Open in Slack
Previous
Next