August 02, 2018 General » Re: Is there any hope for "lazy" and @nogc? | |||
|---|---|---|---|
| |||
I have now read that sentence 4 times, and I still have no idea what... | |||
August 01, 2018 General » Re: Is there any hope for "lazy" and @nogc? | |||
|---|---|---|---|
| |||
import std.string; alias Dg = string delegate() @nogc nothrow; void myAssert(bool cond, scope Dg... | |||
August 01, 2018 General » Re: Is there any hope for "lazy" and @nogc? | |||
|---|---|---|---|
| |||
Thank you! Finally! Let me just state, for the record, that having *yet another* syntax... | |||
July 31, 2018 General » Re: Is there any hope for "lazy" and @nogc? | |||
|---|---|---|---|
| |||
You are. I want something along the lines of: assertEQ(a, b, "a and b... | |||
July 31, 2018 General » Is there any hope for "lazy" and @nogc? | |||
|---|---|---|---|
| |||
I'm trying to figure out what's the signature of the built-in assert... | |||
July 30, 2018 Issues » [Issue 19129] New: std.typecons.scoped crashes when used on classes that have context | |||
|---|---|---|---|
| |||
...phobos
Assignee: nobody@puremagic.com
Reporter: eyal@weka.io
Example:
int y;
class C { this... | |||
July 26, 2018 General » Re: "catch" not catching the correct exception | |||
|---|---|---|---|
| |||
Yes. /**************************************** * Called when fibers switch contexts. * Params: * newContext = stack to switch to * Returns: * previous value... | |||
July 26, 2018 General » Re: "catch" not catching the correct exception | |||
|---|---|---|---|
| |||
Is that what "classinfo" returns? Because if so, it's printed by the logs I... | |||
July 26, 2018 General » "catch" not catching the correct exception | |||
|---|---|---|---|
| |||
...code that uses mkEx (https://github.com/weka-io/mecca/blob/master/src/mecca/lib... | |||
July 25, 2018 General » Constructing a class in-place | |||
|---|---|---|---|
| |||
Forget the "why" for the moment. T construct(T, ARGS...)(ARGS args) if( is(T... | |||
Copyright © 1999-2021 by the D Language Foundation