▸ isArithmeticSequence(a: ArrayLike): boolean
A function that checks whether a provided array-like contains numbers in an arithmetic sequence.
remarks
This function implicitly assumes that the provided array will contain a length of at least 1.
Parameters:#
| Name | Type | 
|---|---|
| a | ArrayLike | 
Returns: boolean
boolean - true or false result.
Defined in: unsafe/array/isArithmeticSequence.ts:13