collection icon indicating copy to clipboard operation
collection copied to clipboard

[suggestion] whereIn, whereNotIn, whereEqual, whereNotEqual

Open cedvdb opened this issue 3 years ago • 0 comments

  • whereIn, whereNotIn, eg: currentPictures.whereNot(removedPictures.contain) vs currentPictures.whereNotIn(removedPictures)
  • whereEqual, whereNotEqual eg: currentMedias.whereNot((media) => media == removedMedia) vs currentMedias.whereNotEqual(removedMedia)

Just a suggestion to improve readability, especially for the first one. Those seems vanilla enough to warrant an addition.

cedvdb avatar Oct 14 '22 16:10 cedvdb