mirror of
https://github.com/dlang/phobos.git
synced 2025-05-06 19:16:13 +03:00
doc fix
This commit is contained in:
parent
5071624851
commit
d527807016
1 changed files with 1 additions and 1 deletions
|
@ -984,7 +984,7 @@ Example:
|
||||||
----
|
----
|
||||||
struct S { ... }
|
struct S { ... }
|
||||||
S[] s = (cast(S*) malloc(5 * S.sizeof))[0 .. 5];
|
S[] s = (cast(S*) malloc(5 * S.sizeof))[0 .. 5];
|
||||||
initialize(s);
|
initializeAll(s);
|
||||||
assert(s == [ 0, 0, 0, 0, 0 ]);
|
assert(s == [ 0, 0, 0, 0, 0 ]);
|
||||||
----
|
----
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue