Avatar
Hi Swift Evolution, The shortest of pitches... Introduction This proposal introduces a throwing value property to access the Success value of a Result. Motivation SE-0310 added throwing properties, and so SE-0304 has a throwing value instead of get(). This adds a matching equivalent to Result to allow for consistent use. Proposed soluti...