_assert

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

Meta