#include "Reson6046DataTypes.h"

// Integer64 & Integer64::operator=(const Integer64 & rhs)
// {
//     if (this == &rhs)
// 	return *this;
//     *raw[0] = rhs.raw[0];
//     *raw[1] = rhs.raw[1];
//     return *this;
// }

