@stdlib/array-base-accessor
Create a minimal array-like object supporting the accessor protocol from another array-like object.
Create a minimal array-like object supporting the accessor protocol from another array-like object.
Return element accessors for a provided array-like object.
Test whether at least one element in an array is truthy.
Test whether at least one element in an array passes a test implemented by a predicate function.
Determine if an array data type can be safely cast or, for floating-point data types, downcast to another array data type.
Test if an input value is a supported array numeric data type.
Test if an input value is a supported array real-valued data type.
Test if an input value is a supported array real-valued floating-point data type.
Determine if an array data type can be safely cast to another array data type.
Determine if an array data type can be safely cast to, or is of the same kind as, another array data type.
Test if an input value is a supported ndarray complex-valued floating-point data type.
Determine if an array is contiguous.
Test if an input value is a supported ndarray data type.
Test if an input value is a supported ndarray floating-point data type.
Test if an input value is a supported ndarray index mode.
Test if an input value is a supported ndarray integer data type.
Determine if an ndarray data type can be safely cast or, for floating-point data types, downcast to another ndarray data type.
Test if an input value is a supported ndarray numeric data type.
Test if an input value is an ndarray order.
Test if an ndarray is read-only.