nogc.exception

This module implements utility code to throw exceptions in @nogc code.

Members

Aliases

NoGcException
alias NoGcException = NoGcExceptionImpl!Mallocator
Undocumented in source.

Classes

NoGcExceptionImpl
class NoGcExceptionImpl(A)
Undocumented in source.

Functions

enforce
T enforce(T value, Args args, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixin templates

NoGcExceptionCtors
mixintemplate NoGcExceptionCtors()
Undocumented in source.

Structs

File
struct File
Undocumented in source.
Line
struct Line
Undocumented in source.

Meta