We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaa9d75 commit dd0d824Copy full SHA for dd0d824
1 file changed
Sources/ByteReader.swift
@@ -25,8 +25,8 @@ public class ByteReader {
25
}
26
27
var _offset: Int
28
- let ptr: UnsafeBufferPointer<UInt8>
29
- private let dataStartIndex: Int // For efficient (without access to `data`) implementation of `offset`.
+ final let ptr: UnsafeBufferPointer<UInt8>
+ private final let dataStartIndex: Int // For efficient (without access to `data`) implementation of `offset`.
30
31
/**
32
True, if `offset` points at any position after the last byte in `data`.
0 commit comments