__assert2

  1. noreturn __assert2(const(char)* file, int line, const(char)* func, const(char)* exp)
    version(!CRuntime_DigitalMars && !CRuntime_Microsoft && !Darwin && !FreeBSD && !NetBSD && OpenBSD)
    extern (C) @trusted nothrow @nogc
    __assert2
    (
    const(char)* file
    ,
    int line
    ,
    const(char)* func
    ,
    const(char)* exp
    )
  2. noreturn __assert2(const(char)* __file, int __line, const(char)* __function, const(char)* __msg)

Meta