Reduces a Some value to the single value it may hold.
Converts a flexible input into a plain optional value where the call site accepts one value at most, so the
expectation is stated once and broken inputs fail at the boundary rather than downstream.
Reduces a Some value to the single value it may hold.
Converts a flexible input into a plain optional value where the call site accepts one value at most, so the expectation is stated once and broken inputs fail at the boundary rather than downstream.