Pacote
    Preparing search index...

    Function and

    • Performs a bitwise AND operation on two U64 values. Equivalent to the numeric & operator.

      Parameters

      • a: U64

        First operand.

      • b: U64

        Second operand.

      Returns U64

      The result of the bitwise AND operation.