Join Slack
Powered by
How much different is `require(condition) { MyExce...
# language-proposals
o
orangy
09/18/2016, 9:37 AM
How much different is
require(condition) { MyException() }
from
if (!condition) throw MyException()
2
Views
Open in Slack
Previous
Next