@sovereignbase/sequencer
    Preparing search index...

    Function values

    • Reads a half-open visible Projection range from ordered Footage spans.

      Type Parameters

      • T

      Parameters

      • state: Replica<T>

        Replica whose Projection is read.

      • start_index: number = 0

        First visible frame to include.

      • Optionalend_index: number

        Boundary after the final frame; defaults to Projection end.

      Returns (T | undefined)[]

      The selected visible values, or an empty array for an invalid or empty range.

      Masks are skipped natively. The resulting spans are consumed before another Wasm call can reuse the shared Footage Span Buffer.