Creating a Queue with Deduplication Using Custom Equality Function
Hello everybody. Is it possible to have a queue with "deduped" elements? So, if I try to offer something that has not yet been consumed, then it is not added? Something like a set, but for a queue and that uses a custom Eq function to determine equality?
