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