ArrayUtility.Insert
static function Insert(array: T[], index: int, item: T): void;
Description

Inserts item item at position index.