- Backported from `feature/exchange_lifetime`
This commit is contained in:
Tristan B. Velloza Kildaire 2023-09-26 14:47:15 +02:00
parent 288b8eed92
commit d3ceb214fe

View File

@ -3,6 +3,11 @@
*/
module doap.utils;
version(unittest)
{
import std.stdio : writeln;
}
/**
* Flips the given integral value
*