Search

February 08, 2022
Learn »
...too.  (You can't use an empty struct because empty structs have size 1.)  By...
February 06, 2022
Issues »
...fn, size_t sz = 0) { super(fn, sz); }
        this(void delegate() dg, size_t sz...
February 06, 2022
Duyuru »
...Ağaç(T) {
  alias Düğüm = Düğüm_!T;
  Düğüm * kök;
  size_t length;

  Düğüm * ekle(T eleman...
February 05, 2022
Genel »
...getData(size_t i)
  {
    size_t y, x;
    return array[y][x];
  }

  size_t length...
February 04, 2022
General »
Larger code size is surely more stressful for...for local variables isn't the best idea.
February 04, 2022
General »
...literal and VRP will size it to `int...fit and I don't need the compiler...
February 03, 2022
General »
No, it's doesn't pass: `Error: cannot...promotion and 32-bit size is a special...
January 30, 2022
General »
...bit programs, I don't really see the...cont.ssize()` now for signed size.

Ivan Kazmenko.
January 30, 2022
General »
...which is kinda pointless.


Yes, *sizeof* returns *size_t* which is unsigned. I think that...
January 29, 2022
Learn »
...d
struct LongScale {
  struct ShortStack {
    short[] stack;
    size_t index;

    @property back() {
      return this.stack...
105 106 107 108 109 110 111 112 113 114 115
Next ›   Last »