Create empty SList or DList.

drug drug2004 at bk.ru
Wed Jun 26 19:06:24 UTC 2019


26.06.2019 20:39, bauss пишет:
> auto stack = SList!int(0);
> stack.removeFront();
> 
> Then something that just allowed you to do:
> auto stack = SList!int;

this compiles:
```
auto stack = SList!int();
```



More information about the Digitalmars-d-learn mailing list