Search

August 07
General »
...option

import core.stdc.stdlib : malloc;
import std.stdio : writeln;

struct Foo
{
    int x;
}

struct...
August 07
General »
...like behaviors when possible); with an extensive std pushing the boundaries.

*Is that still true...
August 06
Issues »
...dlang/phobos pull request #9043 "Issue 24095 - std.bitmanip.bitfields no longer works with bool...
August 05
DIP Development »
...if need be. See
https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2023...
August 04
General »
...T flags0) {
  LinuxMMap.Flags flags = flags0;
  import std;
  writefln("%s %d", flags, flags.payload);
}

void...
August 04
Issues »
https://issues.dlang.org/show_bug.cgi?id=23703

--- Comment #3 from Jeremy Baxter <jeremy...
August 04
Issues »
https://issues.dlang.org/show_bug.cgi?id=23703

Jeremy Baxter <jeremy@baxters.nz> changed...
August 04
General »
...windows.winnt;
import core.stdc.string;
import std.string;

extern (Windows) BOOL DllMain( HMODULE hModule...
August 03
Learn »
...https://dlang.org/phobos/std_compiler.html
https://dlang.org/phobos/std_system.html

I...
August 01
DIP Ideas »
...v;
    }
}

void f(Option!int o)
{
    import std.stdio;
    writeln(o);
}
void main() {
    f(Option...
91 92 93 94 95 96 97 98 99 100 101 102
Next ›   Last »