interface BitArray {
    bits: bigint;
    elems: bigint[];
}

Properties

Properties

bits: bigint
elems: bigint[]