interface BitVector {
    bit_field: boolean[];
    length: bigint;
}

Properties

Properties

bit_field: boolean[]
length: bigint