ArrayUtility.RemoveAt
static function RemoveAt(array: T[], index: int): void;
static void RemoveAt(T[] array, int index);
static def RemoveAt(array as T[], index as int) as void
Description

Remove element at position index.