mirror of
https://github.com/dlang/phobos.git
synced 2025-05-06 02:45:12 +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 { ... }
|
||||
S[] s = (cast(S*) malloc(5 * S.sizeof))[0 .. 5];
|
||||
initialize(s);
|
||||
initializeAll(s);
|
||||
assert(s == [ 0, 0, 0, 0, 0 ]);
|
||||
----
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue