phobos/std/experimental/checkedint.d

14 lines
404 B
D

/**
* 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;