DBG_ASSERT

Undocumented in source. Be warned that the author may not have intended to support it.
  1. alias DBG_ASSERT = ASSERT
  2. void DBG_ASSERT(bool cond, T args)
    version(!assert)
    @nogc
    void
    DBG_ASSERT
    (
    string fmt
    string file = __FILE_FULL_PATH__
    string mod = __MODULE__
    size_t line = __LINE__
    T...
    )
    (
    scope lazy bool cond
    ,
    scope lazy T args
    )

Meta