July 18 DIP Development » Re: third draft: add bitfields to D | |||
|---|---|---|---|
| |||
...the length also bitlength, so we could define 2bit or 4bit types without any problem... | |||
July 16 DIP Ideas » Foreach application function | |||
|---|---|---|---|
| |||
...stated objective of foreach application functions: They define _how_ to iterate. Their purpose is not... | |||
July 16 DIP Ideas » Re: Dollar identifiers in code-generating constructs | |||
|---|---|---|---|
| |||
...visible and have predictable names. If you define `R0` elsewhere, the names clash. `__local` on... | |||
July 07 General » Re: C bitfields guarantees | |||
|---|---|---|---|
| |||
...rules. This is why I said, either define what D does explicitly, or warn when... | |||
July 07 General » Re: C bitfields guarantees | |||
|---|---|---|---|
| |||
Can I define my D struct using bitfields, and then correctly unpack them in a... | |||
July 05 DIP Development » Re: third draft: add bitfields to D | |||
|---|---|---|---|
| |||
...super! This would also allow us do define ```d alias uint:1 bool ``` and be... | |||
July 03 General » Re: Proposed Changes to the Range API for Phobos v3 | |||
|---|---|---|---|
| |||
...by programmers directly, and people would just define an alias anyway. One `op…` function suffices... | |||
July 02 Learn » need help to get bitoffsetof bitwidth for clang | |||
|---|---|---|---|
| |||
...I try this but not work: ```c #define offsetof_bit(type, member) ((offsetof(type, member... | |||
June 30 Issues » [Issue 24641] ImportC: enum typedef before definition is not supported | |||
|---|---|---|---|
| |||
...define BL_DEFINE_ENUM(NAME) typedef enum NAME NAME; enum NAME --- to: --- #define BL_DEFINE... | |||
June 30 Issues » [Issue 24641] New: ImportC: enum typedef before definition is not supported | |||
|---|---|---|---|
| |||
...h: --- #ifdef __cplusplus #define BL_DEFINE_CONST static constexpr #define BL_DEFINE_ENUM(NAME) enum... | |||
Copyright © 1999-2021 by the D Language Foundation