Options
All
  • Public
  • Public/Protected
  • All
Menu

Module Dict<K, V>

A Map with keys K and each key having multiple values of type V.

Type parameters

  • K

    the key type

  • V

    the value type

Index

Functions

Functions

add

  • add<K, V>(dict: Dict<K, V>, key: K, value: V): Dict<K, V>

create

  • create<K, V>(): Dict<K, V>

Generated using TypeDoc