Search

March 29, 2023
Learn »
...range[1..$]; // range.popFront()
    }
    return range;
  }

  void swap (ref int x, ref int y)
  {
    x...
March 29, 2023
Genel »
...1, 2, 3]);

    import std.algorithm : swap;

    buf[0].swap(rem[0]);
    assert(rem == [7...
March 28, 2023
Learn »
...to big endian, you'll need to swap bytes in those int and two shorts...
March 28, 2023
Learn »
...to big endian, you'll need to swap bytes in those int and two shorts...
February 10, 2023
Issues »
...install rocky linux (rhel) 768M mem + 768M swap
install docker
docker run --rm -it debian...
January 30, 2023
General »
...AND_SWAP_1 1
# 0 "<built-in>"
#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2...
January 21, 2023
Announce »
...use macros and compiler level defines to swap out DllImport and DllExport, or remove it...
January 19, 2023
Learn »
...family=Montserrat:wght@400;700;800&display=swap" rel="stylesheet">

            body

                div.main
                    div.container...
December 27, 2022
Issues »
...org> ---
Of course the workaround is just to swap the label and the default case.

--
December 18, 2022
Genel »
...comptime_run sum(n, n #as int);
    #swap a, b, int;
    #goto state;
    alias this...
1 2 3 4 5 6 7 8
Next ›   Last »