INNER CODE UNIT · C#

Cell

Cysharp/LogicLooper · samples/LoopHostingApp/LifeGameLoop.cs:243

        public class Cell
        {
            public bool IsAlive { get; set; }
            public bool NestState { get; set; }
        }
    }

}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…