Simulation

struct Simulation (
Lt
Rt
REt
) {
Lt* lattice;
Rt* rule;
REt* renderer;
}

Meta