func moveReadCursorBackAfterType()

in Sources/TwitterApacheThrift/ThriftBinary.swift [27:29]


    func moveReadCursorBackAfterType() {
        readingBuffer.moveOffset(by: -(UInt8.bitWidth / 8))
    }