Get a HashMap[K, V] as default implementation

Property definitions

core :: hash_collection $ Map :: new
	# Get a `HashMap[K, V]` as default implementation
	new do return new HashMap[K, V]
lib/core/collection/hash_collection.nit:19,2--20,32