Traqula
    Preparing search index...
    interface Slice {
        input: Algebra.Operation;
        length?: number;
        metadata?: Record<string, unknown>;
        start: number;
        type: SLICE;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    length?: number
    metadata?: Record<string, unknown>
    start: number
    type: SLICE