September 12 DIP Ideas » Sum Type by Struct | |||
|---|---|---|---|
| |||
...you use the member-of-operator to define an element you cannot provide a name... | |||
September 12 DIP Ideas » Re: Enumerated Unions (sum types) | |||
|---|---|---|---|
| |||
...undefined. I think it's better to define it. That way sum types can be... | |||
September 11 DIP Ideas » Likelihood of if statement and case | |||
|---|---|---|---|
| |||
...No changes there. What we want to define is a way to do a kind... | |||
September 10 DIP Development » Re: Sum Types - first draft | |||
|---|---|---|---|
| |||
...step at a time. One way to define a type is as a set of... | |||
September 06 General » Re: Grammar question. TypeSuffix - what is [ AssignExpression .. AssignExpression ] production for? | |||
|---|---|---|---|
| |||
...initially parsed then in the specs you define "if the StaticArray sub-type resolves to... | |||
September 06 DIP Ideas » Unpacking syntax | |||
|---|---|---|---|
| |||
...copies.) - Do we want some way to define a manual unpacking without `alias this`? - Do... | |||
September 05 DIP Ideas » Re: Allow struct constructors with all parameters optional | |||
|---|---|---|---|
| |||
...explicitly because you just aren’t allowed to define it is annoying, 100%. Working around that... | |||
September 02 General » pragma(inline) doesnt work on local functions : DMD | |||
|---|---|---|---|
| |||
...pass -inline to the compiler Also inlines OK if you define GetFoo outside of Foo | |||
August 30 Learn » Re: importC error: _Builtin_stddef | |||
|---|---|---|---|
| |||
...could try to add something like this before any includes: ``` #define __building_module(name) 0 ``` | |||
August 30 Learn » Re: importC error: _Builtin_stddef | |||
|---|---|---|---|
| |||
...has_feature(modules) && !__building_module(_Builtin_stddef)) #define _SIZE_T ``` Without more information I can... | |||
Copyright © 1999-2021 by the D Language Foundation