UInt128 icon indicating copy to clipboard operation
UInt128 copied to clipboard

A Swift 128-bit Unsigned Integer Data Type conforming to the UnsignedInteger Protocol

Results 3 UInt128 issues
Sort by recently updated
recently updated
newest added

It fixes an issue where SPM was complaining about tools version incompatibility. `Dependencies could not be resolved because 'uint128' >= 0.5.0 contains incompatible tools version (3.1.0) and root depends on...

I am wondering how everyone feels about doing a version bump on UInt128? If we were to do one, does everyone feel that it is ready for a 1.0.0 release?...

The following code produced a cast error ``` let val: UInt128 = UInt128.max String.init(format: "0x%0X", val as! CVarArg ) ``` Do you have any advice on how to solve this...