#pragma once #include #include namespace NInt128Private { std::array GetAsArray(const ui128 value); std::array GetAsArray(const i128 value); #if defined(Y_HAVE_INT128) std::array GetAsArray(const unsigned __int128 value); std::array GetAsArray(const signed __int128 value); #endif }