Binary Raw - Docs
    Preparing search index...

    Type Alias AbsoluteOffset

    AbsoluteOffset: number & { "[___brand]": "AbsoluteOffset" }

    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