September 02, 2022 General » Re: Any update on: named paramters DIP and string interpolation? | |||
|---|---|---|---|
| |||
...primitives;
string mwrite(string str) @safe pure {
size_t istart;
bool inword = false;
auto result... | |||
September 02, 2022 Genel » Re: DenkTekrarlayan!Aralık Ali'den, çok güzel! | |||
|---|---|---|---|
| |||
...joiner
.writefln!"%(%s%)";
}
auto rasgeleDNA(size_t adet) {
enum DNA { T, C, G, A, N... | |||
September 01, 2022 General » Re: Classes on stack | |||
|---|---|---|---|
| |||
...struct S(T, size_t memberCapacity = size_t.max) {
static if (memberCapacity != size_t.max... | |||
September 01, 2022 General » Re: How to stop DMD from exploding the executable file size? | |||
|---|---|---|---|
| |||
...faster, but I also don't care about performance/executable size when using dmd. For... | |||
August 31, 2022 General » Deprecate assigning a slice to a static array? | |||
|---|---|---|---|
| |||
I didn't know initializing a static array...match the static array size. I think it... | |||
August 30, 2022 General » Re: How to stop DMD from exploding the executable file size? | |||
|---|---|---|---|
| |||
...the abovementioned problem? T -- If blunt statements had a point, they wouldn't be blunt... | |||
August 30, 2022 General » Re: How to stop DMD from exploding the executable file size? | |||
|---|---|---|---|
| |||
...and the total executable size is only 900KB...which is very small. T -- Life is unfair... | |||
August 30, 2022 General » Re: [OT] C vs C++ | |||
|---|---|---|---|
| |||
...path doesn't fit? Isn't that way...s hard-coded array size as FILEPATH_LENGTH... | |||
August 29, 2022 Learn » Re: Disk write in a "for" loop with RwMutex never happens | |||
|---|---|---|---|
| |||
...doesn't seem to change anything unfortunately: ```d void writePage(PageId pageId, ubyte[PAGE_SIZE... | |||
August 29, 2022 Announce » Re: D Language Foundation July 2022 Quarterly Meeting Summary | |||
|---|---|---|---|
| |||
...const scope T[] condition) pure nothrow @safe @nogc
{
size_t low = 0;
size_t high... | |||
Copyright © 1999-2021 by the D Language Foundation