UNPKG

json-as

Version:

The only JSON library you'll need for AssemblyScript. SIMD enabled

5 lines (4 loc) 123 B
// @ts-ignore: Decorator valid here @inline export function nextPowerOf2(n: u32): u32 { return 1 << (32 - clz(n - 1)); }