@twinfinity/core
    Preparing search index...

    Interface TypedArrayWithConflictFlag

    interface TypedArrayWithConflictFlag {
        array: TypedArray;
        hasConflict: boolean;
    }
    Index

    Properties

    Properties

    array: TypedArray
    hasConflict: boolean