Represents an absolute offset in a binary file (0-based byte position). Branded type to prevent confusion with regular numbers, indices, or counts.
const offset = Offset.create(1024); // AbsoluteOffset Copy
const offset = Offset.create(1024); // AbsoluteOffset
Represents an absolute offset in a binary file (0-based byte position). Branded type to prevent confusion with regular numbers, indices, or counts.