G-code Preview — API Reference
    Preparing search index...

    Sorted parallel arrays enabling byteOffset -> segmentIndex via binary search (E5/DD-006 input).

    interface SourceIndex {
        byteOffsets: Uint32Array;
        segmentIndices: Uint32Array;
    }
    Index

    Properties

    byteOffsets: Uint32Array
    segmentIndices: Uint32Array