stroupo / hash-maps

This repository contains some implementations for different hash maps.
0 stars 1 forks source link

Allocating and iterating #3

Open kazimir-menzel opened 5 years ago

kazimir-menzel commented 5 years ago

Templatising

lyrahgames commented 5 years ago

I have added some code for mutable and constant iterators. We can now iterate through the hash map.