Search

October 11, 2021
Issues »
...13142 "Fix 21957 - Don't crash when aligning...default alignment has a size
  greater than zero...
October 10, 2021
Learn »
...d
enum isPointedStaticArray(T) = is(PointerTarget!T : P[N], P, size_t N);
```

It would...
October 10, 2021
Learn »
...T);
else
	enum isPointedStaticArray(T) = isPointer!T && is(PointerTarget!T : P[N], P, size_t...
October 10, 2021
Learn »
...d
enum isPointedStaticArray(T) = (is(T : P*, P...arrays which requires fixed-size arrays to be...
October 10, 2021
Learn »
...error:

```
cannot implicitly convert expression `pureMalloc()(size_t size)` of type `void` to `extern (C...
October 10, 2021
Learn »
...range : take, enumerate;

    int[5] ints;

    foreach (size_t i, n; range.enumerate.take(ints...
October 09, 2021
Issues »
...Another observation:
If you change type from size_t to int or uint the behaviour...
October 09, 2021
Issues »
...forsberg_86@hotmail.com> ---
If you make size_t i static the behaviour is correct

--
October 09, 2021
Issues »
...size of 3 ints and above.


static size_t n;

void throws2ndCall(T)(ref T...
October 08, 2021
Issues »
...13142 "Fix 21957 - Don't crash when aligning...default alignment has a size
  greater than zero...
129 130 131 132 133 134 135 136 137 138 139
Next ›   Last »