Interface ArrayTrieSearchResult<T>

Type Parameters

  • T

Hierarchy

  • ArrayTrieSearchResult

Properties

Properties

lastIndex: number

The last index at which the key was successfully matched.

value: T

The value that corresponds to the matched key.

Generated using TypeDoc