Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SimpleDict<K, V>

Type parameters

  • K

  • V

Hierarchy

  • SimpleDict

Index

Properties

Properties

add

add: (k: K, v: V) => void

Type declaration

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

      • k: K
      • v: V

      Returns void

del

del: (k: K) => void

Type declaration

    • (k: K): void
    • Parameters

      • k: K

      Returns void

has

has: (k: K) => boolean

Type declaration

    • (k: K): boolean
    • Parameters

      • k: K

      Returns boolean

values

values: V[]

Generated using TypeDoc