Spectacular Cellular Automata
    Preparing search index...

    Interface Preset

    interface Preset {
        cells: number[][];
        name: string;
    }
    Index

    Properties

    Properties

    cells: number[][]
    name: string