The OpenD Programming Language

onInvalidMemoryOperationError

A callback for invalid memory operations in D. An InvalidMemoryOperationError will be thrown.

extern (C) @trusted pure nothrow @nogc
onInvalidMemoryOperationError
(
void* pretend_sideffect = null
,
string file = __FILE__
,
size_t line = __LINE__
)

Throws

Meta