March 28 Learn » Re: Why is this code slow? | |||
|---|---|---|---|
| |||
...I didn't know that OpenMP programming could be that easy. Binary size is 16K... | |||
March 28 Learn » Re: Two chunks but No allocation | |||
|---|---|---|---|
| |||
...T, R)(R a, T n) => n.cube - n; // auto s1(T)(T first, size... | |||
March 27 General » Re: Bring back foreach int indexes | |||
|---|---|---|---|
| |||
...that `size_t` should be its own type, with the guarantee that `size_t` is... | |||
March 27 Issues » [Issue 24456] New: CTFE implicit conversion to void[] produces wrong length | |||
|---|---|---|---|
| |||
...Bastiaan@Veelo.net
```
void check(void[] v, size_t len)
{
import std.conv;
assert(v... | |||
March 27 Issues » [Issue 24412] No predefined version for 64bit ?! | |||
|---|---|---|---|
| |||
...not strictly necessary, because we can test size_t.sizeof, but since it's already... | |||
March 26 Issues » [Issue 24453] New: [REG2.108] idup fails for inout(T)[] slices | |||
|---|---|---|---|
| |||
...well for `pure nothrow @trusted inout(char)[](size_t length, bool isShared = false)` core/internal... | |||
March 26 Learn » Re: How to use eventcore write an echo server? | |||
|---|---|---|---|
| |||
...StreamSocketFD fd, IOStatus status, size_t len)
{
try {
writeln("Send size: ", len);
} catch (Exception e... | |||
March 25 General » Re: Bring back foreach int indexes | |||
|---|---|---|---|
| |||
...to use a smaller integer type than size_t when the array length is statically... | |||
March 24 General » Re: Bring back foreach int indexes | |||
|---|---|---|---|
| |||
I suppose I wasn't clear enough. When...than 3/4 the size allowed by the... | |||
March 24 Issues » [Issue 24450] New: apply VRP to foreach indices when array is of known length | |||
|---|---|---|---|
| |||
...error about implicit conversion of 64 bit size_t to int, because the array's... | |||
Copyright © 1999-2021 by the D Language Foundation