Search

October 30, 2012
Learn »
...define PACKED
    #endif

    typedef enum {
        // Lots o' stuff
    } PACKED my_enum_t;

    typedef struct {
        // Lots...
October 29, 2012
Learn »
...used to be possible in D with typedef. Now one a little clumsy way to...
October 27, 2012
Issues »
...alias is included in D2 changeset, since typedef is deprecated I haven't included a...
October 27, 2012
Issues »
...Ddoc doesn't
                   |and typedef'ed names        |output aliased and
                   |                            |typedef'ed names
         OS/Version...
October 27, 2012
Issues »
http://d.puremagic.com/issues/show_bug.cgi?id=5446



--- Comment #1 from github-bugzilla...
October 23, 2012
Learn »
...h):

some stuff it choked on:
A) typedef Matx<_Tp, MIN(m, n), 1> diag...
October 22, 2012
Issues »
...h>
#include <stdlib.h>

typedef struct { char* data; int weight; } item;
typedef struct { int sum...
October 21, 2012
Issues »
...1, 2, 15]; // Nibble.sizeof == 1
    alias Typedef!int Mint;
    Mint[] data4 = [5, 6, 9...
October 21, 2012
Issues »
...with this body:


typedef _BinClos<_Name, _Constant, _ValArray, _Tp, _Tp> _Closure;

typedef typename __fun<_Name...
October 20, 2012
General »
...1, 2, 15]; // Nibble.sizeof == 1
    alias Typedef!int Mint;
    Mint[] data4 = [5, 6, 9...
114 115 116 117 118 119 120 121 122 123 124
Next ›   Last »