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

Index of the last element with value value.