Search

July 12, 2021
Learn »
...same: `in size_t`, `const size_t`, `scope const size_t`.

That doesn't make...
July 12, 2021
Learn »
...35 PM, someone wrote:

>>> private size_t pintSequenceCurrent = cast(size_t) 0;
>
>> Style: There's...
July 12, 2021
Learn »
...lstrSequence` (throughout).
Style: `scope` does nothing on `size_t` parameters (throughout).


Possible bug: Why subtract...
July 12, 2021
Learn »
...T t == U[], U))
        enum size_t rank = 1 + rank!(U);
    else
        enum size_t...
July 12, 2021
Learn »
...private size_t pintSequenceCount = cast(size_t) 0;
   private size_t pintSequenceCurrent = cast(size_t...
July 11, 2021
Learn »
...things. like


mixin template Thing(size_t size) {
   ubyte[size] pool;
}


and where you want...
July 09, 2021
Learn »
...void print(T)(string prompt, T args...) {
  size_t len = prompt.length;
  size_t i...
July 09, 2021
Learn »
...size of only 530KB(stripped), this is the size it should be.

I don't...
July 08, 2021
Issues »
...068] "AA key type S should have 'size_t toHash() const nothrow @safe' if opEquals...
July 08, 2021
Issues »
...068] AA key type S should have size_t toHash…" was merged into master:

- d28aadf324414afc697a5b71d960de82c568e191...
145 146 147 148 149 150 151 152 153 154 155
Next ›   Last »