Other Array Utilities
ObjectTools also contains a full suite of commands for inserting and deleting array elements, as well as searching and sorting. This allows you to operate on arrays completely within an object without having to copy it out of the object, modify it, and then copy it back into the object.

