array_get_index_in_range
array_get_index_in_range(array, needle, min_index, max_index)
Kind: global function
| Param | Type |
|---|---|
| array | Array.<T> | Uint32Array |
| needle | T |
| min_index | number |
| max_index | number |
Kind: global function
| Param | Type |
|---|---|
| array | Array.<T> | Uint32Array |
| needle | T |
| min_index | number |
| max_index | number |