August 07 General » Re: Shopping for template languages | |||
|---|---|---|---|
| |||
...option
import core.stdc.stdlib : malloc;
import std.stdio : writeln;
struct Foo
{
int x;
}
struct... | |||
August 07 General » Shopping for template languages | |||
|---|---|---|---|
| |||
...like behaviors when possible); with an extensive std pushing the boundaries. *Is that still true... | |||
August 06 Issues » [Issue 24095] std.bitmanip.bitfields no longer works with bool enum types | |||
|---|---|---|---|
| |||
...dlang/phobos pull request #9043 "Issue 24095 - std.bitmanip.bitfields no longer works with bool... | |||
August 05 DIP Development » Re: First Draft: Coroutines | |||
|---|---|---|---|
| |||
...if need be. See https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2023... | |||
August 04 General » Re: enums and version/static if/"inheritance" | |||
|---|---|---|---|
| |||
...T flags0) {
LinuxMMap.Flags flags = flags0;
import std;
writefln("%s %d", flags, flags.payload);
}
void... | |||
August 04 Issues » [Issue 23703] [Module std.socket] example links are dead | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=23703 --- Comment #3 from Jeremy Baxter <jeremy... | |||
August 04 Issues » [Issue 23703] [Module std.socket] example links are dead | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=23703 Jeremy Baxter <jeremy@baxters.nz> changed... | |||
August 04 General » Port of the maximize plugin for GVim by kAtremer (2007) in D. Interested? | |||
|---|---|---|---|
| |||
...windows.winnt; import core.stdc.string; import std.string; extern (Windows) BOOL DllMain( HMODULE hModule... | |||
August 03 Learn » Re: Get compile time string of dmd command line options "-os" & "-target" | |||
|---|---|---|---|
| |||
...https://dlang.org/phobos/std_compiler.html https://dlang.org/phobos/std_system.html I... | |||
August 01 DIP Ideas » Re: Type Inference for Struct/Enum Literals - identifier literals | |||
|---|---|---|---|
| |||
...v;
}
}
void f(Option!int o)
{
import std.stdio;
writeln(o);
}
void main() {
f(Option... | |||
Copyright © 1999-2021 by the D Language Foundation