- Added missing documentation
This commit is contained in:
Tristan B. Velloza Kildaire 2023-09-26 14:42:39 +02:00
parent 21cc370c14
commit 7bdeab1107

View File

@ -83,6 +83,9 @@ version(unittest)
import std.stdio : writeln;
}
/**
* Tests the `order!(T)(T, Order)`
*/
unittest
{
version(LittleEndian)