madlib icon indicating copy to clipboard operation
madlib copied to clipboard

feat(List): add `dropEq` and `without` functions to List

Open brekk opened this issue 6 months ago • 1 comments

Some convenience functions for List:

  • without drops any matching items
  • dropEq drops a single matching item

brekk avatar Aug 08 '24 23:08 brekk