oscbyspro / Numberick

An arithmagick overhaul in Swift
Apache License 2.0
15 stars 3 forks source link

Camel case `bitShift` like `bitWidth` #103

Closed oscbyspro closed 1 year ago

oscbyspro commented 1 year ago

I'll rename all bit-shifting methods as bitShift[...] since bitWidth sets the precedence.

Sent from wordcompoundingnationacrossthepond.

- func bitshift[...]
+ func bitShift[...]