We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e43c44d commit 08b2bfbCopy full SHA for 08b2bfb
1 file changed
source/mir/bignum/fixed.d
@@ -69,6 +69,7 @@ struct UInt(size_t size)
69
}
70
71
72
+ static if (size >= 64)
73
///
74
this(ulong data)
75
{
0 commit comments