IMap<K, V>.empty constructor

IMap<K, V>.empty(
  1. Order<K> _order
)

Implementation

IMap.empty(this._order): _tree = new _EmptyIMapAVLNode();