phobos/std/experimental/checkedint.d
Atila Neves 8a2bd81b39
Move checkedint out of experimental (#8100)
Move checkedint out of experimental

Signed-off-by: Razvan Nitu <RazvanN7@users.noreply.github.com>
Merged-on-behalf-of: Razvan Nitu <RazvanN7@users.noreply.github.com>
2022-01-25 00:17:24 +00:00

14 lines
406 B
D

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