struct BitArray
s5Utils8BitArrayV
9B1VL
import Utils
init()
var bytes: [UInt8] { get }
subscript(bitAt index: Int) -> UInt8 { get set }
subscript(boolAt index: Int) -> Bool { get set }
mutating func append(bit: UInt8)
mutating func append(bool: Bool)