Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IAssoc<K, V, T>

Type parameters

  • K

    key type

  • V

    value type

  • T

    return type

Hierarchy

Index

Methods

assoc

  • assoc(key: K, val: V): T

update

  • update(key: K, f: Fn<V, V>): T

Generated using TypeDoc