Type Alias MapTree<K, V>

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

Recursive Tree implemented as a recursive map.

Type Parameters

  • K
  • V