Augustin Cavalier b7598b65ba HashSet: Make iterator const.
Nothing that uses this API at present needs a const iterator (and
as far as I could see, nothing ever called Remove() on the iterator.)
But this is now how HashMap's API works, so let's be consistent.
2019-02-14 20:43:49 -05:00
..
2018-11-04 13:47:50 -06:00
2019-01-29 04:04:01 +00:00
2019-02-14 20:43:49 -05:00