Documentation Index
Fetch the complete documentation index at: https://kk-83bff226.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Signature
path=null start=null
Type Parameters
- T
Parameters
- arr:
T[]- The array in which to find the element. - element:
T- The element to find.
Returns
number - The index of the element in the array, or -1 if the element is not found.
Example
path=null start=null