lib/core: add a factory to `Set` to instantiate a `HashSet` by default
[nit.git] / lib / core / collection / hash_collection.nit
2016-01-12 Alexis Laferrièrelib/core: add a factory to `Set` to instantiate a ...
2015-12-19 Alexandre Terrasalib/collection: introduce init `HashMap::from`
2015-11-30 Jean Privatcore: remove useless return types
2015-10-20 Jean Privatcore::hash_collection: simplify `enlarge`
2015-10-20 Jean Privatcore::hash_collection: native array storage is no more...
2015-10-20 Jean Privatcore::hash_collection: do not allocate the storage...
2015-10-19 Jean Privatcore::hash_collection: shortcut some methods on empty...
2015-10-15 Alexandre Terrasacore/collection: set HashMapIterator as private
2015-08-27 Jean Privatlib: rename `standard` as `core`