May 16 General » Re: Proposed Changes to the Range API for Phobos v3 | |||
|---|---|---|---|
| |||
...brackets, and since the result is just size_t with arrays, it works just fine... | |||
May 16 General » Re: Proposed Changes to the Range API for Phobos v3 | |||
|---|---|---|---|
| |||
...to provide a one size fits all solution...graphemes. But it won't be the default... | |||
May 16 DIP Ideas » Re: extending foreach for keyed ranges and other usage of datastructures | |||
|---|---|---|---|
| |||
...key");
return 0;
}
int opApply(int delegate(size_t, ref int) callback)
{
writeln("with key... | |||
May 16 DIP Ideas » Re: Inferring static array size | |||
|---|---|---|---|
| |||
...T[$]`. To infer the size, any `return expression;` is treated as if `return cast(T... | |||
May 16 General » Shared libraries, symbol visibilities, Posix vs. Windows | |||
|---|---|---|---|
| |||
...doesn't seem too attractive and hasn't...much higher overall bundle size. So we extracted... | |||
May 15 DIP Ideas » extending foreach for keyed ranges and other usage of datastructures | |||
|---|---|---|---|
| |||
...v;strangecounter(0,10))` would compile `foreach(size_t k,v;strangecounter(0,10))` would... | |||
May 14 DIP Ideas » Re: Deprecate implicit conversion between signed and unsigned integers | |||
|---|---|---|---|
| |||
...that returns -1 for an index with size_t (e.g. some of the Phobos... | |||
May 14 DIP Ideas » Re: Deprecate implicit conversion between signed and unsigned integers | |||
|---|---|---|---|
| |||
...assume by "changing the size of the type...cases where it won't work: templates, because... | |||
May 14 Announce » D Language Foundation January 2024 Monthly Meeting Summary | |||
|---|---|---|---|
| |||
...couldn't figure out. He didn't know...string expressions to include size 8 so that... | |||
May 13 Learn » Re: FIFO | |||
|---|---|---|---|
| |||
...LIFO(T)
{
T * element;
size_t length, size;
this(size_t s) {
element = cast(T... | |||
Copyright © 1999-2021 by the D Language Foundation