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

Properties

Properties

bit_field: Boolean[]
length: bigint