Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DictionaryOptions<T>

Options for configuring Dictionary instance

Type parameters

  • T

Hierarchy

  • DictionaryOptions

Index

Properties

Properties

Optional comparator

comparator: ComparatorFn<T>

comparator for searching by value in Dictionary

Optional hashFn

function for hashing keys (strings at the moment)

Optional size

size: number

Initial bucket size