Search

4 days ago
Learn »
...the math module: 'mentioning' it with a `pragma(msg, Vector!(ubyte, 3).stringof[0..0...
6 days ago
Learn »
...previously!

A harmless way to 'mention' is -> pragma(msg, (Vector!(ubyte, 3)).stringof[0..0...
6 days ago
Learn »
...vectorElementTypes)
static foreach(N; vectorElementCounts)
{
	/+voodoo magic ->+/pragma(msg, Vector!(T, N).stringof[0..0...
6 days ago
General »
...tupleof;
        foreach (i, member; members) {
            pragma(msg, __traits(getAttributes, member));
            pragma(msg, __traits(getAttributes, obj...
November 30
Learn »
...be added with the `-L` flag or `pragma(lib, ...)`
Error: linker exited with status 1...
November 26
Issues »
...a bit further:

```
pragma(inline, false)
bool norm(int a) => 0;

pragma(inline, false)
void...
November 26
Issues »
...a[3];
}

pragma(inline, false)
double norm(ref double[4] a) => 0;

pragma(inline, false...
November 26
Issues »
...scope const(char)[]) sink) => 4;
void put() {}
pragma(msg, toString(dst => put()));
```

```
onlineapp.d(1...
November 22
Learn »
...to do it from d code, like `pragma(linkerDirective, "--unresolved-symbols=dynamic_lookup")`,  this can...
November 21
Issues »
...int)[i]) get(size_t i)() const;
    pragma(msg, typeof(get!0)); // const ref int()

--
« First   ‹ Prev
1 2
Next ›   Last »