April 28 DIP Development » Re: second draft: add Bitfields to D | |||
|---|---|---|---|
| |||
...t guaranteed will be avoided. You don't...can rely on the size of long and... | |||
April 28 DIP Ideas » Re: Inferring static array size | |||
|---|---|---|---|
| |||
...in the missing blank. Frankly I don't mind either. [_] is easier to type, but... | |||
April 28 DIP Ideas » Re: Inferring static array size | |||
|---|---|---|---|
| |||
...to not have this However, i don't like the proposed syntax, it should be... | |||
April 28 DIP Ideas » Re: Inferring static array size | |||
|---|---|---|---|
| |||
...a usable solution. At least I don't have to put my array in a... | |||
April 28 DIP Ideas » Re: Inferring static array size | |||
|---|---|---|---|
| |||
Oh. interesting, I didn't know. Thanks.
but...
auto a = 20.iota.array.staticArray;
// Error... | |||
April 27 DIP Development » Re: second draft: add Bitfields to D | |||
|---|---|---|---|
| |||
...bootstrap compiler. I don't much care for...It would return the size of the bitfield... | |||
April 26 General » Re: Object.toString, toHash, opCmp, opEquals | |||
|---|---|---|---|
| |||
...format;
return format!"C(%s)"(i);
}
override size_t toHash() const @safe nothrow
{
return i... | |||
April 26 DIP Development » Re: second draft: add Bitfields to D | |||
|---|---|---|---|
| |||
...struct-size-different-between-gcc-and-msft-cl Adding more `__traits` is trivial, don't... | |||
April 25 General » Re: Object.toString, toHash, opCmp, opEquals | |||
|---|---|---|---|
| |||
...can't mutate a range, you can't...it's not one size fits all. In... | |||
April 25 DIP Development » Re: Frist Draft (in this forum): Enum Parameters | |||
|---|---|---|---|
| |||
...size_t i) { .. }
Tpl!(Ts[l..u]) opSlice(enum size_t l, enum size_t... | |||
Copyright © 1999-2021 by the D Language Foundation