/** * This module allows intrinsics to be used within the Tango umbrella, assuming * there are no symbol name collisions. * * Copyright: Public Domain * License: Public Domain * Authors: Sean Kelly */ module tango.core.Intrinsic; public import std.intrinsic;