You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Partial active patterns can return bool instead of unit option
Tests added
Empty-bodied computation expressions
Tests added
Random functions for collections (Seq, List, and Array modules): randomChoice, randomChoiceBy, randomChoiceWith, randomChoices, randomChoicesBy, randomChoicesWith, randomSample, randomSampleBy, randomSampleWith, randomShuffle, randomShuffleBy, randomShuffleWith. The Array module also has randomShuffleInPlace, randomShuffleInPlaceBy, randomShuffleInPlaceWith.
Tests added
C# collection expression support for F# lists and sets
Tests added
The text was updated successfully, but these errors were encountered:
New language/FSharp.Core features: (See What's new in F# 9)
.Is*
propertiesSeq
,List
, andArray
modules):randomChoice
,randomChoiceBy
,randomChoiceWith
,randomChoices
,randomChoicesBy
,randomChoicesWith
,randomSample
,randomSampleBy
,randomSampleWith
,randomShuffle
,randomShuffleBy
,randomShuffleWith
. TheArray
module also hasrandomShuffleInPlace
,randomShuffleInPlaceBy
,randomShuffleInPlaceWith
.The text was updated successfully, but these errors were encountered: