@oazmi/kitchensink - v0.9.13
    Preparing search index...

    Variable math_clz32Const

    math_clz32: (x: number) => number = ...

    alias for Math.clz32.

    Type declaration

      • (x: number): number
      • Returns the number of leading zero bits in the 32-bit binary representation of a number.

        Parameters

        • x: number

          A numeric expression.

        Returns number