345 Views
We're continuing with our deep dive into Alan Hensel's QuickLife algorithm, rewritten in C# with an emphasis on clarity. When last we left off we had the following established: A Quad2 is an immutable wrapper around a ushort A Quad3 is an immutable struct containing four Quad2s A Quad4 is a mutable class containing eight...
0 comments