Search

5 days ago
General »
...serialise;

void serialise(T)(void[] buffer, T)
  if (isSomeInt!T)
{ /* serialise integer */ }

void serialise(void...
5 days ago
Announce »
...end up in their own folder.

So, if you're signed up for the digitalmars...
5 days ago
Announce »
...like a _good_ habit to me, since if you commented on it, presumably, you care...
6 days ago
Learn »
...PM, Josh Holtrop wrote:

>>   alias get this;
>
> If I use `alias this` I don't...
6 days ago
Learn »
...storage class, ``shared`` should be called ``atomic``.

If you use it to indicate anything other...
6 days ago
Learn »
...auto ref opOpAssign(string op)(string arr) if(op == "~")
    => buff.put(arr); // add in the...
6 days ago
Learn »
If I use `alias this` I don't know how I can get `volatileLoad()` to...
6 days ago
Learn »
...The compiler wants us to use atomicOp; If you want, take it out of the...
6 days ago
Learn »
...being able to access each field as if it was just the normal field. However...
6 days ago
Learn »
...Big question is what is the problem if we specify that empty struct is an...
1 2 3 4 5 6 7 8 9
Next ›   Last »