Gene refactor

This commit is contained in:
rendo 2026-04-01 15:58:12 +05:00
commit 5abbbc3bf9
8 changed files with 114 additions and 106 deletions

View file

@ -1,4 +1,4 @@
use std::{collections::VecDeque, fmt::Display};
use std::fmt::Display;
use crate::genetics::gene::Gene;