mimekit-ts - v1.0.0
    Preparing search index...

    Interface ParseCursor

    Mutable byte-position cursor used by parser helpers.

    interface ParseCursor {
        index: number;
    }
    Index
    index: number

    Current byte index. Helpers advance this value in place.