impl_allele

Macro impl_allele 

Source
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