Skip to content

Commit fee0bda

Browse files
committed
add comment to bigint
1 parent 00a94e0 commit fee0bda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/mir/bignum/integer.d

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,7 @@ struct BigInt(size_t maxSize64)
382382
}
383383

384384
/++
385+
Returns: overflow flag
385386
+/
386387
bool copyFrom(W, WordEndian endian)(BigIntView!(const W, endian) view)
387388
{

0 commit comments

Comments
 (0)