Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SimpleDict<K, V>

Type parameters

  • K

  • V

Hierarchy

  • SimpleDict

Index

Properties

Properties

add

add: function

Type declaration

    • (k: K, v: V): void
    • Parameters

      • k: K
      • v: V

      Returns void

del

del: function

Type declaration

    • (k: K): void
    • Parameters

      • k: K

      Returns void

has

has: function

Type declaration

    • (k: K): boolean
    • Parameters

      • k: K

      Returns boolean

values

values: V[]

Generated using TypeDoc