PersistentHashSet<E> constructor

PersistentHashSet<E>(
  1. dynamic meta,
  2. PersistentHashMap<E, E> hm,
  3. int $UNDERSCORE_$UNDERSCORE_hash
)

Implementation

PersistentHashSet(this.meta, this.hm, this.$UNDERSCORE_$UNDERSCORE_hash, ):super();