Adding a Function to Catch NoSuchElementExceptions and Wrap Result into Option
Would there be any interest in adding a function that catches NoSuchElementExceptions and wraps the result back into an Option? I keep finding myself implementing it by hand every time I decide to mix multiple Options into my workflows