WTH why don't we have "collection" helper?

Hello!

What I mean is a helper somewhat similar to input_select but designed for storing values of the given type. The API should be designed in a way that allows for automatic insertion, deletion and inspection.

This could be used as a simple notification queue, timers list, etc.

Cheers!

That exactly what I use Input select for

I could live with this being an extension to input_select (droping some of limitations, like exptectation of having at least 1 element), and I would strongly prefered if those operations could be easily acessed (service around input_select).