Neutrome SDK reference
    Preparing search index...

    Type Alias ThinkingSpan

    Instruction range covering one thinking block.

    type ThinkingSpan = {
        end: number;
        start: number;
    }
    Index
    end: number

    Index of the closing instruction.

    start: number

    Index of the opening instruction.