mirror of
https://github.com/dlang/phobos.git
synced 2025-05-03 16:40:48 +03:00
Add PHOBOSSRC urls to std.experimental
This commit is contained in:
parent
eb588a2bd4
commit
233e90bdc1
27 changed files with 110 additions and 31 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue