LogoRobo.js
Framework

createSimpleIndex()

Function: createSimpleIndex()

function createSimpleIndex<T>(): Index<T>

Create a simple in-memory index for testing.

This is a basic key-value index that supports equality queries.

Type Parameters

Type ParameterDefault type
Tunknown

Returns

Index<T>

On this page