mirror of
https://github.com/dlang/phobos.git
synced 2025-04-28 14:10:30 +03:00
Merge branch 'master' of github.com:D-Programming-Language/phobos
Conflicts: posix.mak
This commit is contained in:
commit
055cea0595
15 changed files with 7451 additions and 4778 deletions
|
@ -489,7 +489,7 @@ $(D array) at position $(D pos).
|
|||
Example:
|
||||
---
|
||||
int[] a = [ 1, 2, 3, 4 ];
|
||||
a.insert(2, [ 1, 2 ]);
|
||||
a.insert(2, [ 1, 2 ]);
|
||||
assert(a == [ 1, 2, 1, 2, 3, 4 ]);
|
||||
---
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue