June 20 DIP Ideas » Re: opIndexOpAssignOpDispatch | |||
|---|---|---|---|
| |||
...Rhs...)(auto ref Rhs rhs)
{
import std.stdio;
import std.typecons : tuple;
writefln("Called Foo... | |||
June 20 General » aliasing main | |||
|---|---|---|---|
| |||
...T){
pragma(mangle, "main")
int repl(){
import std;
T machine;
foreach(in_;stdin.byLineCopy){
if... | |||
June 18 Learn » Re: Why is this happening to my software? An illegal instruction error. | |||
|---|---|---|---|
| |||
...fault. 2) The optimized assembly code in std.bigint may contain an instruction that's... | |||
June 18 Learn » Re: SHA256 Signature | |||
|---|---|---|---|
| |||
...want? ```d import std.digest.md; import std.digest.sha; import std.stdio; void main... | |||
June 18 General » Re: The Future of D Runtime | |||
|---|---|---|---|
| |||
...does the Event Loop go? Or the `std.math` methods that the compiler hooks? The... | |||
June 18 General » Re: The Future of D Runtime | |||
|---|---|---|---|
| |||
...into the runtime. Another one is that `std.math` absolutely needs to be moved into... | |||
June 17 Learn » aligned struct field weirdness | |||
|---|---|---|---|
| |||
...it requires my framework too which overrides std.stdio.writeln() in order to produce colorful... | |||
June 17 DIP Ideas » Re: opIndexOpAssignOpDispatch | |||
|---|---|---|---|
| |||
...opDispatch(string member, Rhs)(Rhs rhs)
{
import std.stdio;
writeln("Called <something>[", arg, "].", member, " = ", rhs... | |||
June 16 Issues » [Issue 24610] Basic range-based `toString` not recognized | |||
|---|---|---|---|
| |||
...id=24610 --- Comment #1 from Max Samukha <maxsamukha@gmail.com> --- `import std.stdio;` is unnecessary. -- | |||
June 16 Issues » [Issue 24610] New: Basic range-based `toString` not recognized | |||
|---|---|---|---|
| |||
...std.array;
import std.format;
struct S
{
void toString(Output)(ref Output output)
{
import std... | |||
Copyright © 1999-2021 by the D Language Foundation