UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

5 lines 126 B
/** * Count leading zeroes in a 32bit integer * @deprecated use Math.clz32 directly */ export const clz32 = Math.clz32;