Returns the index of the specified item within the array. If the
target item appears at more than one index, the first located index will
be returned. For multi-dimensional Arrays, the index is returned as an array of
index values. If the array does not contain the specified item, .nil is
returned. Item equality is determined by using the == method of item.