Join Slack
Powered by
It should return `Unit`. A return type of `Nothing...
# getting-started
m
marstran
04/17/2018, 7:38 AM
It should return
Unit
. A return type of
Nothing
means "will not return", which means it will either throw an exception or go into an infinite loop.
Open in Slack
Previous
Next