Trait calco::Mutable [] [src]

pub trait Mutable {
    fn mutate(&mut self);
}

Required Methods

mutate a gene of your genome

Implementors