Search

September 01, 2021
General »
...private:

struct ThingImpl {
@safe:
	RCISharedAllocator allocator;
	shared(size_t) refCount;
}
```

I've found this to...
August 31, 2021
General »
...const T) and we want const(Vector!T...heap if the collection size grows past this...
August 30, 2021
General »
...Test* t)
{
  t->member1 = 0;
}
...repeat for how many members there are

size_t sizeofTest...
August 29, 2021
General »
...version matches the `SumType`'s current value.
 */
size_t typeIndex(This)(auto ref This this...
August 26, 2021
General »
...one past a certain size.

It' very unfortunate...Dmain, so it won't clash, but the...
August 26, 2021
General »
...seen anyone bother about unittest binary size. I don't think we should. And if...
August 25, 2021
Learn »
...std.stdio;

   uint TestVar = 5;

   string mxnWrite_Size_t(string VarName)() {

      static if (typeof(mixin...
August 25, 2021
Learn »
...std.stdio;

   uint TestVar = 5;

   string mxnWrite_Size_t(string VarName) {

      static if (typeof(mixin...
August 25, 2021
Learn »
...std.stdio;

   uint TestVar = 5;

   string mxnWrite_Size_t(string VarName) {

      static if (typeof(VarName...
August 24, 2021
General »
...auto appendingFormatter(string fmt, string file = __FILE__, size_t line = __LINE__, Args...)(Args args) {
  import...
135 136 137 138 139 140 141 142 143 144 145
Next ›   Last »