closes #82
some thougts:
this is mainly useful for the hash_proxy so maybe it should just be implemented on that type specifically in addition to the generic Filter::contains()?
the code is very repetative, especially within the classes (x8 x16 x32) but also between. Maybe using generics or one big macro would be an idea?
closes #82 some thougts: this is mainly useful for the hash_proxy so maybe it should just be implemented on that type specifically in addition to the generic Filter::contains()?
the code is very repetative, especially within the classes (x8 x16 x32) but also between. Maybe using generics or one big macro would be an idea?