UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines 204 B
/** * de Bruijn sequence * @see https://graphics.stanford.edu/~seander/bithacks.html * @type {Uint8Array} */ export const msb_lut_de_bruijn: Uint8Array; //# sourceMappingURL=msb_lut_de_bruijn.d.ts.map