March 26, 2012 DMD » [dmd-internals] Fwd: DWARF issue 100504, "Extensions for D arrays, associative arrays, and delegates" | |||
|---|---|---|---|
| |||
...and something useful where I have "...":
typedef ... T;
typedef struct darray_struct {
size_t length... | |||
March 25, 2012 Issues » [Issue 7777] New: std.typecons.Typedef problem with global arrays | |||
|---|---|---|---|
| |||
...50]; } But this: import std.typecons: Typedef; alias Typedef!(double[3]) V3; V3 v1 = [30... | |||
March 21, 2012 Learn » Re: Converting C .h Files to D Modules | |||
|---|---|---|---|
| |||
...languages, sorry. I addressed a new problem:
typedef struct SomeFunctions {
void *(*funcA)(char*, size_t... | |||
March 21, 2012 Learn » Converting C .h Files to D Modules | |||
|---|---|---|---|
| |||
...to convert the following struct to D?
typedef struct S {
int type;
void *obj;
} S... | |||
March 20, 2012 Issues » [Issue 7738] New: Can't iterate a std.typecons.Typedef!(int[]) with foreach | |||
|---|---|---|---|
| |||
...doesn't compile:
import std.typecons: Typedef;
alias Typedef!(int[]) MyArray;
void main() {
MyArray arr... | |||
March 20, 2012 Issues » [Issue 7737] New: std.typecons.Typedef problem with immutable initialized in static this() | |||
|---|---|---|---|
| |||
...5): Error: template std.typecons.Typedef!(int[],null).Typedef.Proxy!(Typedef_payload).opAssign(this X... | |||
March 17, 2012 Genel » bit alanları hk. | |||
|---|---|---|---|
| |||
...rengi : 3;
unsigned short harf_adedi : 10;
};
typedef struct MetinRengi MetinRengi;
int main()
{
MetinRengi mr... | |||
March 17, 2012 General » Re: automated C++ binding generation.. Booost D, NO , Not us. SIMD is more important. | |||
|---|---|---|---|
| |||
...to various structs (I have header/class/typedef/enum/etc structs). 2. Serialize the structs... | |||
March 08, 2012 Phobos » [phobos] [D-Programming-Language/phobos] 8f80d6: Add ProxyOf | |||
|---|---|---|---|
| |||
...Message:
-----------
Rename: ProxyOf to Proxy, and TypeDef to Typedef.
Commit: 7b62989568958eaf610b0e80004f1e6358dc2b6b
https://github.com/D... | |||
March 04, 2012 Issues » [Issue 7641] New: std.typecons.Proxy incorrectly allows implicit conversion to class | |||
|---|---|---|---|
| |||
...Typedef(T)
{
private T Typedef_payload;
this(T init)
{
Typedef_payload = init;
}
mixin Proxy!Typedef... | |||
Copyright © 1999-2021 by the D Language Foundation