Get an instance of HashSet[E], the default implementation

Property definitions

core :: hash_collection $ Set :: new
	# Get an instance of `HashSet[E]`, the default implementation
	new do return new HashSet[E]
lib/core/collection/hash_collection.nit:24,2--25,29