Search

September 27
DIP Ideas »
...loops
* `while` loops
* `for` loops
* `foreach` loops (includes `foreach_reverse`)

Each of these has to...
September 12
DIP Ideas »
...visible to reflection (via `__traits(allMembers)`, which includes hidden fields), and will have its own...
September 03
DIP Ideas »
...ptr` cannot have an escape set that includes `__unknown` and be marked as having a...
September 03
DIP Ideas »
...typically have more than one output, this includes mutable pointers in, ``ref`` and ``out`` function...
September 03
General »
...center around trying to solve aliasing. This includes requiring you to use the ownership transfer...
August 30
Learn »
...could try to add something like this before any includes:
```
#define __building_module(name) 0
```
August 29
General »
...to create a wrapper C file, which uses the pragma and includes the real header.
August 26
General »
...situations where I import C code that includes stdio.h, so even if I want...
August 26
General »
...as, is DIP1000. Its DIP number.

This includes both Walter and Dennis.

It is not...
August 25
General »
...IS a risk in principle, if it includes memory unsafe function interfaces.
The memory unsafe...
1 2 3
Next ›   Last »