mirror of
https://github.com/dlang/phobos.git
synced 2025-04-26 05:00:35 +03:00
Eliminate C-style array declarations.
This commit is contained in:
parent
76e2edb463
commit
76db0de19c
6 changed files with 11 additions and 11 deletions
|
@ -72,7 +72,7 @@ int main(char[][] args)
|
|||
auto r = regex(""); // regex
|
||||
uint ranseed = std.random.unpredictableSeed;
|
||||
thisTid;
|
||||
int a[];
|
||||
int[] a;
|
||||
a.reverse; // adi
|
||||
a.sort; // qsort
|
||||
Clock.currTime(); // datetime
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue