create_OneDimDenseLattice

Undocumented in source.
  1. auto create_OneDimDenseLattice(int width, Nt* neighbourhood)
  2. auto create_OneDimDenseLattice(int width, Nt* neighbourhood, Ct emptyCellState, Ct initialCondition)
  3. auto create_OneDimDenseLattice(int width, Nt* neighbourhood, Ct emptyCellState, Ct delegate(int x) initialCondition)
    create_OneDimDenseLattice
    (
    Ct
    Nt
    )
    (
    int width
    ,,,
    Ct delegate
    (
    int x
    )
    initialCondition
    )
    if ()

Meta