Skip to content

Commit 8f5a896

Browse files
committed
add public unittest to extMul
1 parent afbe0d7 commit 8f5a896

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/mir/utility.d

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -575,6 +575,7 @@ ExtMulResult!U extMul(U)(in U a, in U b) @nogc nothrow pure @safe
575575
}
576576
}
577577

578+
///
578579
unittest
579580
{
580581
immutable a = 0x93_8d_28_00_0f_50_a5_56;

0 commit comments

Comments
 (0)