clj-commons / primitive-math

for the discerning arithmetician

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Should bit-unsigned-shift-right be unsigned-bit-shift-right?

KingMob opened this issue · comments

Most fns are drop-in replacements, but not that one for some reason. I'm just wondering if it shouldn't be aliased to replace the core version, too.