Otherwise when the reader clicks run/compile they will get an error about writeln not being nothrow. E.g. last example here:
https://dlang.org/phobos/std_algorithm_mutation.html#.move
A related issue is nothrow functions with asserts inside a non-nothrow unittest.
Otherwise when the reader clicks run/compile they will get an error about writeln not being nothrow. E.g. last example here:
https://dlang.org/phobos/std_algorithm_mutation.html#.move
A related issue is nothrow functions with asserts inside a non-nothrow unittest.