MapTree<K, V>: Map<K, V[] | MapTree<K, V>>

Recursive Tree implemented as a recursive map.

Type Parameters

  • K

  • V

Generated using TypeDoc