std::math::math_rt

Int128bits

union Int128bits @private
{
	struct
	{
		ulong low;
		ulong high;
	}
	uint128 all;
}

Members

Methods