_assert

Assert failure function in the Digital Mars C library.

  1. noreturn _assert(const(void)* exp, const(void)* file, uint line)
    version(CRuntime_DigitalMars)
    extern (C) @trusted nothrow @nogc
    _assert
    (
    const(void)* exp
    ,
    const(void)* file
    ,
    uint line
    )
  2. noreturn _assert(const(char)* exp, const(char)* file, uint line)

Meta