Add PHOBOSSRC urls to std.experimental

This commit is contained in:
Sebastian Wilzbach 2018-01-07 16:17:02 +01:00
parent eb588a2bd4
commit 233e90bdc1
27 changed files with 110 additions and 31 deletions

View file

@ -1,3 +1,4 @@
// Written in the D programming language.
/**
$(SCRIPT inhibitQuickIndex = 1;)
@ -187,6 +188,7 @@ and `>>>=` is larger than the largest value representable by `T`.)
)
)
Source: $(PHOBOSSRC std/experimental/_checkedint.d)
*/
module std.experimental.checkedint;
import std.traits : isFloatingPoint, isIntegral, isNumeric, isUnsigned, Unqual;