ArrayUtility.LastIndexOf
static function LastIndexOf(array: T[], value: T): int;
static int LastIndexOf(T[] array, T value);
static def LastIndexOf(array as T[], value as T) as int
Returns
int The zero-based index of the element, if found; otherwise -1.
Description

Index of the last element with value value.