Binary Raw - Docs
    Preparing search index...

    Variable RangeConst

    Range: {
        contains(range: ByteRange, offset: AbsoluteOffset): boolean;
        create(start: AbsoluteOffset, end: AbsoluteOffset): ByteRange;
        fromLength(start: AbsoluteOffset, length: ByteCount): ByteRange;
    } = ...

    Utility namespace for creating and manipulating byte ranges.

    Type Declaration