From 7bdeab11075e6ad68fbe7508a63d75891b8cee94 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Tue, 26 Sep 2023 14:42:39 +0200 Subject: [PATCH] Utils - Added missing documentation --- source/doap/utils.d | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/doap/utils.d b/source/doap/utils.d index f78a45a..95786a8 100644 --- a/source/doap/utils.d +++ b/source/doap/utils.d @@ -83,6 +83,9 @@ version(unittest) import std.stdio : writeln; } +/** + * Tests the `order!(T)(T, Order)` + */ unittest { version(LittleEndian)