October 08 Learn » Re: Integer types | |||
|---|---|---|---|
| |||
...a certain size, it can choose that size....cases, no, you won't see a difference... | |||
October 04 DIP Development » Re: Safer D first draft | |||
|---|---|---|---|
| |||
...D
// Currently:
@trusted pure nothrow @nogc opIndex(size_t index)
{ if(index >= length) assert(0... | |||
October 03 Announce » Fluid 0.7.0 has been released! | |||
|---|---|---|---|
| |||
...also almost half the size of Fluid itself...fetch fluid dub init -t fluid myproject ``` Add... | |||
October 01 General » Re: Move Constructors - Converting Lvalues to Rvalues | |||
|---|---|---|---|
| |||
...writeln;
struct S {
void* content;
size_t size;
this(size_t n) {
writeln("regular ctor... | |||
September 30 Genel » opApply() her derde deva! | |||
|---|---|---|---|
| |||
...opApply(scope int delegate(size_t, T node) dg)
{
size_t counter;
while (auto current... | |||
September 28 Learn » need help to redefine packed c struct in d | |||
|---|---|---|---|
| |||
...t u16a;
uint16_t u16b;
uint8_t u8a;
uint8_t arr[14];
};
```
the struct size... | |||
September 28 Learn » Perfect: using foreach with more... | |||
|---|---|---|---|
| |||
...T(e));
}
return 0;
}
auto opApply(scope // 2. USAGE
int delegate(size_t... | |||
September 28 Learn » Re: Integer precision of function return types | |||
|---|---|---|---|
| |||
...m not sure, it could also be **size_t length()**. So there are subtle cases... | |||
September 26 Learn » Re: Integer precision of function return types | |||
|---|---|---|---|
| |||
...to!T(16))
.copy(hex[]);
}
import std.stdio;
void main()
{
enum hex = "48656C6C6F2044202620576F726C6421";
enum size... | |||
September 25 General » Re: float.sizeof should be 4 | |||
|---|---|---|---|
| |||
Code with `T.sizeof > uint.max` would not...Issue 21995 - Struct with size uint.max or... | |||
Copyright © 1999-2021 by the D Language Foundation