auto a = UInt!128.fromHexString("dfbbfae3cd0aff2714a1de7022b0029d"); auto b = UInt!128.fromHexString("e3251bacb112c88b71ad3f85a970a314"); assert((a.opBinary!"|"(b)) == UInt!128.fromHexString("ffbffbeffd1affaf75adfff5abf0a39d"));
See Implementation