When wrapping C code that tries to allocate memory resources via functions such as

    X* X_create();

should one call `onOutOfMemoryError();` upon null return?

Making more D wrappers `nothrow @nogc`.

Reply via email to