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 a219eb9 commit 8c8a8d2Copy full SHA for 8c8a8d2
spec/arrays.dd
@@ -1115,6 +1115,14 @@ $(H2 $(LNAME2 implicit-conversions, Implicit Conversions))
1115
$(LI $(D void[]))
1116
)
1117
1118
+ $(P Array literals can also be implicitly converted to static array
1119
+ types. See $(DDSUBLINK spec/expression, array_literals, Array Literals)
1120
+ for details.)
1121
+
1122
+ $(P String literals can also be implicitly converted to static array
1123
+ types and character pointer types. See $(DDSUBLINK spec/expression, string_literals,
1124
+ String Literals) for details.)
1125
1126
$(SPEC_SUBNAV_PREV_NEXT statement, Statements, hash-map, Associative Arrays)
1127
1128
0 commit comments