Mentions légales du service

Skip to content

Imperative TagSet with iterators

François Bobot requested to merge bobot/tagset into master

TagSet are sets of elements for which a tag function (return unique int63) is provided. The implementation use arrays. The iterators are invalidated by typing if used after the modification of the set.

Edited by François Bobot

Merge request reports