November 21 Issues » [Issue 24869] Qualifier dropped from return type when AliasSeq is indexed with template argument | |||
|---|---|---|---|
| |||
...type:
ref const(AliasSeq!(int)[i]) get(size_t i)() const;
pragma(msg, typeof(get... | |||
November 21 Genel » Show Helper | |||
|---|---|---|---|
| |||
...1)
.front
.selfParse
.writeln(": ", t);
}
/// show parser ///
template f(size_t n) if(n<22... | |||
November 20 Genel » Assert Sarma | |||
|---|---|---|---|
| |||
...a, in B b, string file = _FILE, size_t line = __LINE_)
{
import std.format : format... | |||
November 20 Issues » [Issue 24869] New: Qualifier dropped from return type when AliasSeq is indexed with template argument | |||
|---|---|---|---|
| |||
...n;
ref const(AliasSeq!(int)[i]) get(size_t i)() const => n;
}
void main()
{
const... | |||
November 20 Issues » [Issue 23722] Lambdas are mangled incorrectly when using multiple compilation units, resulting in incorrect code | |||
|---|---|---|---|
| |||
...uses the respective symtab size as a suffix...compiled separately. I don't quite understand the... | |||
November 19 DIP Development » Re: Second Draft: Placement New Expression | |||
|---|---|---|---|
| |||
...traits(allocateSize, T)``/``__traits(allocateSize, T, arrayCount)``. Handle...way of getting allocation size. 3. Needing wrapper... | |||
November 19 DIP Development » Re: Second Draft: Placement New Expression | |||
|---|---|---|---|
| |||
...allocator with the size needed?
```d
struct Allocator {
void[] allocate(size_t);
}
Allocator a;
new... | |||
November 18 Announce » Re: Fluid 0.7.0 has been released! | |||
|---|---|---|---|
| |||
...pen position and text size. The idea is...having a fever wasn't my brightest idea. | |||
November 17 General » Re: Just a friendly reminder about using arrays in boolean conditions | |||
|---|---|---|---|
| |||
...stdio;
void main ()
{
int [] arr;
struct V {
size_t length;
void *ptr;
}
auto q = cast... | |||
November 14 Issues » [Issue 24860] array appending can create stale memory references | |||
|---|---|---|---|
| |||
...array metadata size (which isn't exactly correct, but one byte won't be mistaken... | |||
Copyright © 1999-2021 by the D Language Foundation