October 23 Learn » Re: std.algorithm.countUntil and alias | |||
|---|---|---|---|
| |||
...size_t
{
One = 1, Two, Three
}
struct MyStruct(T) {
enum tMax = T.max;
size_t... | |||
October 22 Learn » Function names, Lib used from C and D | |||
|---|---|---|---|
| |||
...struct BufferDesc {
uint type;
uint usage;
size_t size;
void* ptr;
}
extern(C):
private {
bool... | |||
October 22 Genel » Re: Düzeltilmiş Dizi Birikintisi( Array Pool) | |||
|---|---|---|---|
| |||
...n = i;
}
static size_t counter;
~this() { ++counter; }
}
auto make16(T)(size_t capacity) in... | |||
October 22 Genel » Düzeltilmiş Dizi Birikintisi( Array Pool) | |||
|---|---|---|---|
| |||
...size_t index;
T[][] bucket;
}
Mutex mutexM;
this(size_t bufferLength, size_t numberOfBuffer, size... | |||
October 18 Issues » [Issue 24820] New: Associative arrays do not correctly handle keys with copy constructors | |||
|---|---|---|---|
| |||
...rhs) const {
return this.i == rhs.i;
}
size_t toHash() const {
return 0;
}
}
```
has this... | |||
October 15 DIP Ideas » Re: Allow Conditional Compilation Inside Enum Declaration | |||
|---|---|---|---|
| |||
...size_t col)
{
mixin(makeEnum!col);
E[] list;
size_t index;
enum makeEnum(size_t... | |||
October 13 General » Re: Move Constructors - Converting Lvalues to Rvalues | |||
|---|---|---|---|
| |||
...cast(size_t)&s); // (two distinct numbers)
writeln(t.address," ",cast(size_t)&t); // (two... | |||
October 11 LDC » Re: Building for ARM 32-bit embedded | |||
|---|---|---|---|
| |||
...No.useReplacementDchar, S)(ref S str, out size_t numCodeUnits)` /usr/lib/ldc/x86_64... | |||
October 11 Learn » std.math not installed with WSL (debian) apt install ldc | |||
|---|---|---|---|
| |||
...for people who don't have Phobos. I...tracker.debian.org> Installed-Size: 22.8 MB... | |||
October 10 Issues » [Issue 24804] New: IFTI fails for variadic static array parameter with narrowing conversion on templated length | |||
|---|---|---|---|
| |||
...test!3(1, 2, 3)` - Changing the template parameter of `test` to `size_t n` -- | |||
Copyright © 1999-2021 by the D Language Foundation