macro_rules! impl_allele {
($($t:ty),*) => { ... };
}Expand description
Macro for implementing Allele with default hash_slice Use this for any type that implements Hash and needs the standard hashing behavior
macro_rules! impl_allele {
($($t:ty),*) => { ... };
}Macro for implementing Allele with default hash_slice Use this for any type that implements Hash and needs the standard hashing behavior