UInt128

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

APACHE-2.0 License

Stars
62
Committers
7

Bot releases are hidden (Show)

UInt128 - Version 0.8.0 Latest Release

Published by Jitsusama over 6 years ago

This release introduces CocoaPods support as well as resolving some annoying warnings that Xcode has started giving out recently related to the bitWidth property.

UInt128 - Version 0.7.0

Published by Jitsusama about 7 years ago

Introduces Swift 4.0 support.

UInt128 - Version 0.6.0

Published by Jitsusama over 7 years ago

Deprecates the advancedBy(), distanceTo(), successor() and predecessor() methods, while introducing the advanced(by:) and distance(to:) methods.

Also includes a number of code cleanups under the hood.

UInt128 - Version 0.5.0

Published by Jitsusama over 7 years ago

This release includes support for the Swift Package Manager (SPM).

UInt128 - Version 0.4.0

Published by Jitsusama over 7 years ago

This release includes prebuilt framework support for Carthage dependency manager, while also including a shared build scheme for building the project via Carthage. It also updates the Xcode project version compatibility to Xcode 8.0.