Search

July 02
Issues »
...types` import `ssize_t` not found, did you mean
alias `object.size_t`?
/home/denizzz...
July 01
Learn »
...scope, so they aren't necessarily analyzed top...can use your fixed size array append function...
June 27
Learn »
...size_t size)
{
  import std.bigint;

  auto next = BigInt(1);
  auto power = BigInt(4);
  size...
June 26
DIP Development »
...b) => b ? 10 : 20,
    (long x) => cast(size_t)x,
);
writeln(h); // 3
```

The `int...
June 25
Learn »
...Windows.
The problematic code:
```
const tmp = __asm!size_t(
	"pcmpestri $5,$3,$1"
	//   0    1...
June 24
Issues »
...delegate(string));
    alias opApply = opApplyImpl!(int delegate(size_t, string));
}

void main() @safe
{
    import std...
June 20
Issues »
...to a normal size_t. But I had accidentally redefined size_t to an enum...
June 18
General »
...won't link, but if you don't...lead to an file-size explosion in DRT...
June 15
Issues »
...24579 - stat_t has wrong size for Android armv7a

  Offsets in stat_t and dirent...
June 15
Issues »
...t has wrong size for Android armv7a" fixing this issue:

- Fix bugzilla 24579 - stat_t...
5 6 7 8 9 10 11 12 13 14 15 16
Next ›   Last »