August 16, 2022 Learn » Re: In-place extension of arrays only for certain alignment? | |||
|---|---|---|---|
| |||
...Is it a page-size-or-greater block...e.g. you can't have 2 16... | |||
August 16, 2022 Learn » In-place extension of arrays only for certain alignment? | |||
|---|---|---|---|
| |||
...import std.format : format;
static assert (1 >= {
size_t count = 0;
static foreach (arg; args... | |||
August 15, 2022 Learn » Re: Fixed-size OutBuffer that doesn't call .resize() automatically? (for database page buffers) | |||
|---|---|---|---|
| |||
On Monday, 15 August 2022 at 20:51:07 UTC, Gavin Ray wrote: Are you... | |||
August 15, 2022 Learn » Fixed-size OutBuffer that doesn't call .resize() automatically? (for database page buffers) | |||
|---|---|---|---|
| |||
...enum PAGE_SIZE = 4096; enum HEADER_SIZE = (uint.sizeof) * 6; enum TUPLE_SLOT_SIZE = (uint... | |||
August 14, 2022 Learn » Re: Exercise at end of Ch. 56 of "Programming in D" | |||
|---|---|---|---|
| |||
...wrote:
> // BUG DUE TO WISHFUL THINKING:
> override size_t toHash() const {
> /* Since the 'points' member... | |||
August 14, 2022 Learn » Re: Exercise at end of Ch. 56 of "Programming in D" | |||
|---|---|---|---|
| |||
...TriangularArea {
// BUG DUE TO WISHFUL THINKING:
override size_t toHash() const {
/* Since the 'points' member... | |||
August 14, 2022 Issues » [Issue 23293] New: ImportC: Bit fields layout doesn't match C | |||
|---|---|---|---|
| |||
...4, "size != 4"); // 8 with DMD
```
The size...Bit fields layout doesn't match C
Product... | |||
August 14, 2022 Learn » Re: Index an AliasSeq with a run-time index | |||
|---|---|---|---|
| |||
...seq = AliasSeq!("foo", "bar", "baz");
string f(size_t rti)
{
sw: switch (rti)
{
static foreach... | |||
August 12, 2022 Learn » Re: My programs issues | |||
|---|---|---|---|
| |||
...char[] f; string f1, f2, f3; for(size_t i=0; args[1].strmid(i... | |||
August 12, 2022 Learn » How to use exceptions | |||
|---|---|---|---|
| |||
...not_readable.txt",
"invalid_utf8.txt",
])
{
writeln("=========================================================================");
size_t idx = 0;
foreach (kv; [
tuple("readConfig1... | |||
Copyright © 1999-2021 by the D Language Foundation