Determine if an ndarray data type can be cast to another ndarray data type according to a specified casting mode.
Return a list of ndarray data types to which a provided ndarray data type can be safely cast or cast within the same kind.
Return the shape of a provided ndarray.
Return the enumeration constant associated with an ndarray data type string.
Determine if an ndarray data type can be safely cast to another ndarray data type.
The fastest image difference tool in the world (Zig port of odiff)
Parse XML without Blowing Up Your Bundle Size
Return the underlying data buffer of a provided ndarray.
Return the alignment (in bytes) for an underlying array data type.
Return an object mapping supported data type strings to enumeration constants.
List of ndarray data type strings.
Return a list of ndarray data types to which a provided ndarray data type can be safely cast and, for floating-point data types, can be downcast.
Return the layout order of a provided ndarray.
List of ndarray index modes.
Determine if an ndarray data type can be safely cast to, or is of the same kind as, another ndarray data type.
Return the description for a provided data type.
Sort files in stream by path or any custom sort comparator
Prettier plugin to sort JSON files alphanumerically by key
Easy to use efficient .GIF parsing in javascript
Return the strides of a provided ndarray.
Isomorphic, load-anywhere function to sort an array by scalar, deep or computed values in any standard or custom order
Return the number of ndarray dimensions.
Determine if an ndarray data type can be safely cast or, for floating-point data types, downcast to another ndarray data type.
Generate a stride array from an array shape.