pub trait ValueEncoded { }
Expand description

Marker trait for declaring a genetic::Genotype as value encoded.

Implementations on Foreign Types

Implementation of a value encoded genetic::Genotype. using Vec.

Implementation of a value encoded genetic::Genotype. using smallvec::SmallVec.

Implementors