PersistentHashSet<E> constructor
PersistentHashSet<E> (
- dynamic meta,
- PersistentHashMap<
E, E> hm, - int $UNDERSCORE_$UNDERSCORE_hash
Implementation
PersistentHashSet(this.meta, this.hm, this.$UNDERSCORE_$UNDERSCORE_hash, ):super();