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 0f88f6f commit c4cee12Copy full SHA for c4cee12
README.md
@@ -48,6 +48,14 @@ of non-structured matrices.
48
49
A trait function for whether scalar indexing is fast on a given array type.
50
51
+## allowed_getindex(A,i...)
52
+
53
+A `getindex` which is always allowed.
54
55
+## allowed_setindex!(A,v,i...)
56
57
+A `setindex!` which is always allowed.
58
59
## List of things to add
60
61
- https://github.com/JuliaLang/julia/issues/22216
0 commit comments