AssertHandler

Gets/sets assert hander. null means the default handler is used.

  1. alias AssertHandler = void function(string file, size_t line, string msg) nothrow
    alias AssertHandler = void function
    (
    string file
    ,
    size_t line
    ,
    string msg
    )
    nothrow
  2. AssertHandler assertHandler()
  3. void assertHandler(AssertHandler handler)
Suggestion Box / Bug Report