v0.10.0.93
Pre-release
Pre-release
- Added Option helper functions.
chooseSeq
yield!
overloads have been changed to accept the followingoption<'t>
,seq<option<'t>>
,seq<Nullabe<'t>>
, andseq<'t when 't:null>
- fixed stack overflow when using
chooseSeq
due to usage ofSeq.append