[visit] add FilterNode impls for &FixedBitSet and &HashSet

It's sometimes easier to pass in a reference to a bitset or hashset while
using it as a temporary node filter. Previously the only other way to do
this was to use a closure.
1 file changed