Search

July 18
DIP Development »
...the length also bitlength, so we could define 2bit or 4bit types without any problem...
July 16
DIP Ideas »
...stated objective of foreach application functions: They define _how_ to iterate. Their purpose is not...
July 16
DIP Ideas »
...visible and have predictable names. If you define `R0` elsewhere, the names clash. `__local` on...
July 07
General »
...rules.

This is why I said, either define what D does explicitly, or warn when...
July 07
General »
Can I define my D struct using bitfields, and then correctly unpack them in a...
July 05
DIP Development »
...super!
This would also allow us do define

```d
alias uint:1 bool
```

and be...
July 03
General »
...by programmers directly, and people would just define an alias anyway. One `op…` function suffices...
July 02
Learn »
...I try this but not work:

```c
#define offsetof_bit(type, member) ((offsetof(type, member...
June 30
Issues »
...define BL_DEFINE_ENUM(NAME) typedef enum NAME NAME; enum NAME
---

to:

---
#define BL_DEFINE...
June 30
Issues »
...h:

---
#ifdef __cplusplus
  #define BL_DEFINE_CONST static constexpr
  #define BL_DEFINE_ENUM(NAME) enum...
1 2 3 4 5 6 7 8
Next ›   Last »