av_assert1

assert() equivalent, that does not lie in speed critical code. These asserts() thus can be enabled without fearing speed loss.

extern (C) @nogc nothrow extern (D)
av_assert1
(
T
)
(
auto ref T cond
)

Meta