Pacote
    Preparing search index...

    Function shiftLeft

    • Shifts the bits of a U64 value to the left. Equivalent to the numeric << operator.

      Parameters

      • value: U64

        Value to shift.

      • bits: number

        Number of bits to shift by.

      • overflow: boolean = false

        Whether to allow overflow in the most significant block.

      Returns U64

      The shifted value.