func moveReadCursorBackAfterTypeAndFieldID()

in Sources/TwitterApacheThrift/ThriftBinary.swift [32:35]


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