[Autofill] Added union, difference, subset operations to DenseSet.
This CL adds set operations to DenseSet for the union and difference and for subset and disjointness of two DenseSets. The set's size parameter (formerly kEnd, now kMaxValue) is now implicit and defaults to the T::kMaxValue (which according to the chromium-style is the highest value in the enum. Bug: 1007974 Change-Id: Ia8fd96481bf28d361a7736032ea4d65b3dbbab83 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2630706 Commit-Queue: Christoph Schwering <schwering@google.com> Reviewed-by:Matthias Körber <koerber@google.com> Cr-Commit-Position: refs/heads/master@{#844523}
Showing
Please register or sign in to comment