Traqula
    Preparing search index...
    interface Double {
        input: [Algebra.Operation, Algebra.Operation];
        metadata?: Record<string, unknown>;
        type: Algebra.Types;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    metadata?: Record<string, unknown>