[][src]Type Definition radiate::engine::generation::Family

type Family<T, E> = Arc<RwLock<Niche<T, E>>>;

A family is a wrapper for a species type which owns the data it holds. This is needed as there are many references to a species throughout the program