File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -653,7 +653,7 @@ indices and can be converted to such by [`to_indices`](@ref):
653653 * [ ` CartesianIndex{N} ` ] ( @ref ) s, which behave like an ` N ` -tuple of integers spanning multiple dimensions (see below for more details)
6546542 . An array of scalar indices. This includes:
655655 * Vectors and multidimensional arrays of integers
656- * Empty arrays like ` [] ` , which select no elements
656+ * Empty arrays like ` [] ` , which select no elements e.g. ` A[[]] ` (not to be confused with ` A[] ` )
657657 * Ranges like ` a:c ` or ` a:b:c ` , which select contiguous or strided subsections from ` a ` to ` c ` (inclusive)
658658 * Any custom array of scalar indices that is a subtype of ` AbstractArray `
659659 * Arrays of ` CartesianIndex{N} ` (see below for more details)
You can’t perform that action at this time.
0 commit comments