Search

September 02, 2022
General »
...primitives;

string mwrite(string str) @safe pure {
	size_t istart;
	bool inword = false;
	auto result...
September 02, 2022
Genel »
...joiner
      .writefln!"%(%s%)";
}


auto rasgeleDNA(size_t adet) {
  enum DNA { T, C, G, A, N...
September 01, 2022
General »
...struct S(T, size_t memberCapacity = size_t.max) {
  static if (memberCapacity != size_t.max...
September 01, 2022
General »
...faster, but I also don't care about performance/executable size when using dmd.  For...
August 31, 2022
General »
I didn't know initializing a static array...match the static array size. I think it...
August 30, 2022
General »
...the abovementioned problem?


T

-- 
If blunt statements had a point, they wouldn't be blunt...
August 30, 2022
General »
...and the total executable size is only 900KB...which is very small.


T

-- 
Life is unfair...
August 30, 2022
General »
...path doesn't fit?

Isn't that way...s hard-coded array size as FILEPATH_LENGTH...
August 29, 2022
Learn »
...doesn't seem to change anything unfortunately:

```d
void writePage(PageId pageId, ubyte[PAGE_SIZE...
August 29, 2022
Announce »
...const scope T[] condition) pure nothrow @safe @nogc
{
    size_t low = 0;
    size_t high...
74 75 76 77 78 79 80 81 82 83 84 85
Next ›   Last »