We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0445857 commit ca7ba96Copy full SHA for ca7ba96
docs/src/index.md
@@ -70,6 +70,11 @@ ArrayInterface.undefmatrix
70
71
```@docs
72
ArrayInterface.ArrayIndex
73
+ArrayInterface.CheckIndexAll
74
+ArrayInterface.CheckIndexAxes
75
+ArrayInterface.CheckIndexFirstLast
76
+ArrayInterface.CheckIndexNone
77
+ArrayInterface.CheckIndexStyle
78
ArrayInterface.GetIndex
79
ArrayInterface.SetIndex!
80
```
src/ArrayInterface.jl
@@ -841,6 +841,8 @@ import Requires
841
end
842
843
844
+abstract type CheckIndexStyle end
845
+
846
"""
847
ArrayInterface.CheckIndexNone
848
0 commit comments