@marioguzman it’s so frustrating that “Not Now” has seemingly become the only way to decline anything.
@nicklockwood A couple small ones:
map() is available on Optional and lets you transform the value if not nil. This can be really handy in a number of cases when dealing with optional values.
Result has a get() function which will return the success value or throw the failure.