Search

October 22, 2020
General »
...C) nothrow void* core.thread.osthread.createLowLevelThread(void delegate() nothrow, uint, void delegate() nothrow).thread...
October 22, 2020
General »
...test: Called `get' on null Nullable!int.
----------------
??:? nothrow void agora.test.Base.testAssertHandler(immutable(char...
October 21, 2020
Issues »
...like this functionality in Phobos:

-----
void main() nothrow
{
    enum OP : ubyte
    {
        Invalid = 0,
        OP1 = 1...
October 18, 2020
Issues »
...real f(const real x) pure @safe nothrow @nogc {
    return (x != 0.0L)? x : real...
October 16, 2020
Learn »
...can easily happen as destructors aren't nothrow @nogc by default).

Is this behavior expected?
October 13, 2020
Learn »
...hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) nothrow
{
    // I want to be able to use...
October 12, 2020
GDC »
...object;' > object.d
    $ echo 'module core.volatile;
nothrow: @safe: @nogc:
void volatileStore(ubyte * ptr, ubyte...
October 11, 2020
General »
...return scope inout(T)[] a) @safe pure nothrow @nogc
// if (!isAutodecodableString!(T[]) && !is(T[] == void...
October 09, 2020
Issues »
...code:
```
import std.stdio;

struct Foo
{
    pure nothrow @nogc @safe:
    deprecated string toString() const { return...
October 08, 2020
General »
...some like this...

LPCWSTR toLPCWSTR( string s ) nothrow // const wchar_t*
{
    import std.utf : toUTFz...
110 111 112 113 114 115 116 117 118 119 120
Next ›   Last »