Search

July 11, 2022
Learn »
...import std.variant : Variant;

size_t[] shape(Variant v) {
    size_t[] s;
    while (cast(TypeInfo...
July 10, 2022
Learn »
...variant : Variant;

size_t[] shape(Variant v) {
    import std.variant : VariantException;

    size_t[] s;
    try...
July 08, 2022
Issues »
...m32, the static array size is limited to...long.max / 2) - 1] value; // doesn't compile
}
```

--
July 07, 2022
Learn »
...http.onProgress((size_t dl, size_t dln, size_t ul, size_t uln) {
      if...
July 07, 2022
Issues »
...This works when I try it (though size_t was undefined). In general, please provide...
July 06, 2022
Learn »
...http.onProgress((size_t dl, size_t dln, size_t ul, size_t uln) {
        if...
July 04, 2022
Announce »
@noheap is not so necessary, at least for aggregates we have `@disable new(size_t);`

July 01, 2022
Issues »
...core.bitop:

struct BitRange {
    const(size_t) bits;
    this(const(size_t)) {
        bits++ ;
    }
}

N softBitswap()() {
}

--
June 30, 2022
General »
...can already do that.

```d
enum counter(size_t x = [__traits(allMembers, mixin(__MODULE__))].length...
June 28, 2022
General »
...size_t sz;

  public:
    this(size_t s)
    {
        elem = cast(size_t*)new size_t...
82 83 84 85 86 87 88 89 90 91 92 93
Next ›   Last »