You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/array/dtypes/README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,11 @@ The function supports the following data type kinds:
84
84
-`real`: real-valued data types.
85
85
-`numeric`: numeric data types.
86
86
-`typed`: typed data types.
87
+
-`integer_index`: integer index data types.
88
+
-`boolean_index`: boolean index data types.
89
+
-`mask_index`: mask index data types.
90
+
-`typed_index`: typed index data types.
91
+
-`index`: index data types.
87
92
-`all`: all data types.
88
93
89
94
Additionally, the function supports extending the "kinds" listed above by appending an `_and_generic` suffix to the kind name (e.g., `real_and_generic`).
0 commit comments