Shifts left using at most size_t.sizeof * 8 - 1 bits
auto a = UInt!128.fromHexString("afbbfae3cd0aff2714a1de7022b0029d"); assert(a.smallLeftShift(4) == UInt!128.fromHexString("fbbfae3cd0aff2714a1de7022b0029d0"));
See Implementation
Shifts left using at most size_t.sizeof * 8 - 1 bits