/** | |
* This module is now deprecated, use $(MREF std, checkedint) | |
* 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; |