Base array assertion utilities.
Test if a value is a Complex64Array.
Test if a value is a Complex128Array.
Test if an array contains a provided search value.
Test if an array-like object supports the accessor (get/set) protocol.
Test if a value is a BooleanArray.
Test if an input value is a supported array boolean data type.
Test if a value is a complex typed array.
Test if an input value is a supported array real-valued data type.
Test if an input value is a supported array complex-valued floating-point data type.
Test if an input value is a supported array signed integer data type.
Test if an input value is a supported array real-valued floating-point data type.
Test if two arrays have the same values.
Test if an array is sorted in ascending order.
Test if an input value is a supported array byte order.
Return a function which tests if every element in an array passes a test condition.
Test if a double-precision floating-point numeric value is NaN.
Test if a double-precision floating-point numeric value is infinite.
Test if a value is an array.
Test if two arrays have equal values.
Test if a finite numeric value is an odd number.
Test if a finite double-precision floating-point number is an integer.
Test if a double-precision floating-point numeric value is negative zero.
Test if a double-precision floating-point numeric value is positive zero.