Open LorenVS opened 2 years ago
Both ListMultimap and SetMultimap from quiver support a contains operations which checks for the presence of a key/value pair.
ListMultimap
SetMultimap
contains
@davidmorgan, this looks like a nice addition. Is it something we'd be able to seen merged in the near future?
Both
ListMultimap
andSetMultimap
from quiver support acontains
operations which checks for the presence of a key/value pair.