Extended the original BigInt by making its numbers compliant to the BinaryInteger protocol. This allows BInts to be used in conjunction with other integer types. Also adopted the Codable protocol to facilitate JSON reading/writing.
Extended the original BigInt by making its numbers compliant to the BinaryInteger protocol. This allows BInts to be used in conjunction with other integer types. Also adopted the Codable protocol to facilitate JSON reading/writing.