Ok so i had trouble even expressing what I needed so i had to build it myself. So what is it? Well, it's basically a hashed queue where when you enqueue again an already queued item, you basically put it in the first spot. It's made as a collection but it still acts as a queue. I needed it for my taskbar which automatically closes the least active item, or the one least used. so here you go: 1...

Read More