We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89993bd commit aaa9d75Copy full SHA for aaa9d75
1 file changed
Sources/ByteReader.swift
@@ -25,7 +25,7 @@ public class ByteReader {
25
}
26
27
var _offset: Int
28
- var ptr: UnsafeBufferPointer<UInt8>
+ let ptr: UnsafeBufferPointer<UInt8>
29
private let dataStartIndex: Int // For efficient (without access to `data`) implementation of `offset`.
30
31
/**
0 commit comments