Join Slack
Powered by
and now you can make methods that take NonEmptyLis...
# language-proposals
m
mikehearn
02/29/2016, 9:24 AM
and now you can make methods that take NonEmptyList as a parameter, and assert away the emptyness at the call site, but at runtime it'd simply compile down to a size != 0 check (and i guess, a checkcast)
Open in Slack
Previous
Next