func write()

in Sources/TwitterApacheThrift/MutableThriftBinary.swift [113:115]


    func write(_ byte: UInt8) {
        insert(bytes: [byte])
    }