Search

December 02, 2023
Learn »
...think that helps me here, since I swap them out based on a runtime argument.
November 25, 2023
General »
...include <features.h>
#include <bits/types.h>

/* Swap bytes in 16-bit value.  */
#define __bswap...
November 01, 2023
Issues »
...something is off without being just `object`.

Swap the commented lines and again it allows...
October 26, 2023
General »
...through a tr() function, which lets it swap out at runtime. (You'd have to...
September 21, 2023
General »
...U usr) nothrow pure;
```
(without `-preview=in`: swap `in` for `auto ref const`)

The specificity...
September 15, 2023
Announce »
...on a system with 64GB RAM + 64GB swap after over a minute. Even if it...
August 23, 2023
Learn »
On 32bit x86 an endianness swap and pointer cast to `real` should be enough.(seems...
July 14, 2023
Genel »
...maxMin(j));

  import std.algorithm.mutation;
  i.swap(j);
  assert(i.minMax(j) == i.maxMin...
May 19, 2023
General »
...my suggestions making a list that includes "swap to 1 indexing"

* Im on team stepouv...
April 14, 2023
Learn »
...t x = 0; x < width; x++) {
                // swap rows
                swap(imgslice[y][x], imgslice[height - y...
1 2 3 4 5 6 7
Next ›   Last »