.. default-domain:: chpl .. module:: ArkoudaBigIntCompat ArkoudaBigIntCompat =================== **Usage** .. code-block:: chapel use ArkoudaBigIntCompat; or .. code-block:: chapel import ArkoudaBigIntCompat; .. function:: proc rightShift(const ref a: bigint, b: int): bigint .. function:: proc rightShift(const ref a: bigint, b: uint): bigint .. function:: proc rightShiftEq(ref a: bigint, b: int) .. function:: proc rightShiftEq(ref a: bigint, b: uint)