Skip to content

Commit c4cee12

Browse files
documented allowed get and set
1 parent 0f88f6f commit c4cee12

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,14 @@ of non-structured matrices.
4848

4949
A trait function for whether scalar indexing is fast on a given array type.
5050

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+
5159
## List of things to add
5260

5361
- https://github.com/JuliaLang/julia/issues/22216

0 commit comments

Comments
 (0)