func writeMapMetadata()

in Sources/TwitterApacheThrift/MutableThriftBinary.swift [123:127]


    func writeMapMetadata(keyType: ThriftType, valueType: ThriftType, count: Int) {
        self.write(keyType.rawValue)
        self.write(valueType.rawValue)
        self.write(Int32(count))
    }