Skip to content

Commit 6254a91

Browse files
9ildlang-bot
authored andcommitted
Update arrays.dd
1 parent 91f54d2 commit 6254a91

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/arrays.dd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,8 @@ static assert(!__traits(compiles, matrix[5][2])); // Array index out of bounds.
563563
---------
564564
)
565565

566+
$(P More information can be found at $(LINK2 https://wiki.dlang.org/Dense_multidimensional_arrays, Dlang Wiki - Dense Multidimensional Arrays).)
567+
566568
$(H2 $(LNAME2 array-properties, Array Properties))
567569

568570
$(P Static array properties are:)

0 commit comments

Comments
 (0)