blob: 9237341d4182c83d6488ed51fbbf129282c896ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/**
* This module is now deprecated, use $(MREF std, experimental)
* instead.
*
* Copyright: Copyright The D Language Foundation 2005 - 2015.
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors:
* Source: $(PHOBOSSRC std/experimental/checkedint.d)
*
* $(SCRIPT inhibitQuickIndex = 1;)
*/
deprecated module std.experimental.checkedint;
public import std.checkedint;
|