I think using assert for unittests is a mistake if you ever going to test release builds. `std.exception.enforce` or something similar is a better match.

Reply via email to