av_assert1

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

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

Meta