- Cleaned up
This commit is contained in:
Tristan B. Velloza Kildaire 2023-09-26 14:45:40 +02:00
parent 7bdeab1107
commit 419f7017f8

View File

@ -3,6 +3,11 @@
*/
module doap.utils;
version(unittest)
{
import std.stdio : writeln;
}
/**
* Flips the given integral value
*
@ -77,12 +82,6 @@ public T order(T)(T bytesIn, Order order) if(__traits(isIntegral, T))
}
}
version(unittest)
{
import std.stdio : writeln;
}
/**
* Tests the `order!(T)(T, Order)`
*/