August 07 DIP Ideas » Explicit pack expansion and the Expansion Operator | |||
|---|---|---|---|
| |||
...template, it is passed the length of the expansion as a `size_t` value argument. | |||
August 05 Issues » [Issue 24696] New: Lack of null reference checking enables full access to arbitrary memory locations in @safe | |||
|---|---|---|---|
| |||
...ubyte[limit] array", i, ";");
}
ref ubyte opIndex(size_t index) @safe return {
switch (index >> 24... | |||
August 01 Learn » Re: Segmentation fault while reading a file | |||
|---|---|---|---|
| |||
I don't have I compiler in hand...your concern over the size of the file... | |||
July 31 Learn » Segmentation fault while reading a file | |||
|---|---|---|---|
| |||
...float shiny;
size_t[] diffuseTextures;
size_t[] specularTextures;
size_t[] ambientTextures; // won't be used... | |||
July 28 General » enums and version/static if/"inheritance" | |||
|---|---|---|---|
| |||
...mmap(void* p, size_t, MMapProt prot, MMapFlags flags, int fd, off_t off) {
return... | |||
July 21 Learn » Using FFI to write a std::string to a buffer passed in from D | |||
|---|---|---|---|
| |||
...size of a std::string on my platform is 32. //^--strangely, below segfault doesn't... | |||
July 21 DIP Development » Re: third draft: add bitfields to D | |||
|---|---|---|---|
| |||
...as the system don't abuse these unused...be aligned to there size, as it is... | |||
July 18 DIP Ideas » Properties | |||
|---|---|---|---|
| |||
...void)cast(size_t)s.length; // calls getter cast(void)cast(size_t)s.length... | |||
July 17 DIP Ideas » Re: Returning variable-sized stack data | |||
|---|---|---|---|
| |||
the size_t? probaly; but that ships sailed, slices use size_t lengths, its *also... | |||
July 16 Issues » [Issue 24665] New: Static array cast can be an unsafe lvalue | |||
|---|---|---|---|
| |||
...Object[1] c;
(cast(size_t[1]) c) = 2; //!
(cast(size_t[1]) c)[0... | |||
Copyright © 1999-2021 by the D Language Foundation