[Feature Request] Better Array's items management

I would find it useful if there were some pre-made functions for arrays, like adding new item to a specific index (and shifting everything else by one after it), or even adding multiple ones (a better Append function). Or special arrays that arranges themselves. So making the containers a bit more “C+±ish”.