I find it cleaner to write the extension and suppr...
# getting-started
m
I find it cleaner to write the extension and suppress the warning. This is one of those cases where you know the warning is incorrect. Doing
it.first!!
looks suspicious because it can throw an exception.