Trait calco::Reproducible [] [src]

pub trait Reproducible: Sized {
    fn reproduce_with(&self, other: &Self) -> Vec<Self>;
}

Required Methods

create new childrens from a father and a mother

Implementors