July 25 Learn » Re: copy must be const?!? | |||
|---|---|---|---|
| |||
...becomes a big issue. If the type contains any pointers, dynamic arrays, class references, etc... | |||
July 24 General » Cherry on top for redub: looking for a module import analyzer | |||
|---|---|---|---|
| |||
...builds way faster, specially for those which contains a lot of code. That being said... | |||
July 15 DIP Ideas » Returning variable-sized stack data | |||
|---|---|---|---|
| |||
...as their largest member. If a union contains a struct that's (for example) 512... | |||
July 14 DIP Ideas » uniform method naming convention for all lib std containers | |||
|---|---|---|---|
| |||
...cannot find any search method?! e.g. contains, canFind. Is this a over look? Or... | |||
July 14 Learn » Re: std.container.rbtree has no search method?! e.g. `contains`, `canFind` | |||
|---|---|---|---|
| |||
...better to have uniform naming convention, either `contains`, `canFind` or `in`, so writing generic code... | |||
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` | |||
|---|---|---|---|
| |||
It's the `in` operator: https://dlang.org/phobos/std_container_rbtree.html#.RedBlackTree.opBinaryRight... | |||
July 13 Learn » std.container.rbtree has no search method?! e.g. `contains`, `canFind` | |||
|---|---|---|---|
| |||
...cannot find any search method?! e.g. `contains`, `canFind`. Is this a over look? Or... | |||
July 09 Learn » Re: Wrapper around a recursive data type | |||
|---|---|---|---|
| |||
...If it's immediately recursive (that is, contains a pointer to itself), just use the... | |||
July 02 Announce » marmos v0.1.0 (alpha state) - Documentation Generation using external tooling | |||
|---|---|---|---|
| |||
...it does the job surprisingly well). * It contains a dogfood/reference TypeScript project that generates... | |||
Copyright © 1999-2021 by the D Language Foundation