attaswift / BigInt

Arbitrary-precision arithmetic in pure Swift
MIT License
764 stars 106 forks source link

Missing access level for isZero in unsigned type #92

Closed arkichek closed 3 years ago

arkichek commented 3 years ago

BigInt has a property isZero which has access level public. Access level in BigUInt differs for the same property. I propose to add public level to unsigned type too.