79129561

Date: 2024-10-26 22:25:57
Score: 2
Natty:
Report link

MoreLinq has a Partition function doing this : https://github.com/morelinq/examples?tab=readme-ov-file#partition

var (partTrue, partFalse) = myList.Partition(myPredicate);

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: StackHola