Search

March 29, 2022
Issues »
...Static_assert( _Alignof(__uint128_t) == 16, "" ); // fail

it gives the size of a pointer (4...
March 29, 2022
Genel »
...R)(R[] d, size_t u = 0)/*
                (inout(R[]) d, size_t u = 0)//*/
{
  if...
March 29, 2022
General »
...things up for any size you'd want. Generic however didn't like it as...
March 27, 2022
Issues »
...ZEROFILL`
  like `S_ZEROFILL` w.r.t. the section size.

https://github.com/dlang/dmd...
March 27, 2022
Issues »
...ZEROFILL`
  like `S_ZEROFILL` w.r.t. the section size.

https://github.com/dlang/dmd...
March 26, 2022
Issues »
...ZEROFILL`
  like `S_ZEROFILL` w.r.t. the section size.

https://github.com/dlang/dmd...
March 26, 2022
General »
 If you aren't sure what size of numbers you need, BigInt/BigNum would be...
March 25, 2022
Issues »
...macro from importc.h:

typedef unsigned long size_t;
struct S { char text[4]; };
//int...
March 25, 2022
Issues »
...using a D type for the cast - size_t is implicitly imported from object.d...
March 25, 2022
Issues »
...struct S { int x, y; };
char cs[ ((size_t)((char *)&((struct S *)0)->y - (char...
96 97 98 99 100 101 102 103 104 105 106 107
Next ›   Last »