July 14 General » Re: D3 printing api should get some attention | |||
|---|---|---|---|
| |||
...module that's always implicitly imported) https://doc.rust-lang.org/std/macro.dbg.html | |||
July 14 DIP Ideas » uniform method naming convention for all lib std containers | |||
|---|---|---|---|
| |||
...wrote: on doc: https://dlang.org/phobos/std_container_rbtree.html#.RedBlackTree I cannot find... | |||
July 14 Learn » Re: std.container.rbtree has no search method?! e.g. `contains`, `canFind` | |||
|---|---|---|---|
| |||
I think for containers, it's better to have uniform naming convention, either `contains`, `canFind... | |||
July 14 Learn » Re: std.container.rbtree has no search method?! e.g. `contains`, `canFind` | |||
|---|---|---|---|
| |||
The functions are called `equalRange` (which gives you a range of all the elements that... | |||
July 13 Learn » Re: std.container.rbtree has no search method?! e.g. `contains`, `canFind` | |||
|---|---|---|---|
| |||
...the `in` operator: https://dlang.org/phobos/std_container_rbtree.html#.RedBlackTree.opBinaryRight But indeed... | |||
July 13 Learn » std.container.rbtree has no search method?! e.g. `contains`, `canFind` | |||
|---|---|---|---|
| |||
Hi, on doc: https://dlang.org/phobos/std_container_rbtree.html#.RedBlackTree I cannot find... | |||
July 13 General » Appreciating D | |||
|---|---|---|---|
| |||
...with most meta-programming facilities (like `std.traits`/`std.meta`) still being available. You might... | |||
July 13 General » Re: Curiously Recurring C++ Bugs | |||
|---|---|---|---|
| |||
...you can get the bounds check with std::vector::at. Anyway, your point was: This... | |||
July 12 General » Re: Curiously Recurring C++ Bugs | |||
|---|---|---|---|
| |||
...of shared if it cannot be done atomically - std.atomic would need to be used. | |||
July 12 General » Re: Cool project idea: organise/remove imports | |||
|---|---|---|---|
| |||
...what you describe - instead of typing `import std;`, you don't type any imports at... | |||
Copyright © 1999-2021 by the D Language Foundation