Network

Network/Graph of Cells.

Constructors

this
this(size_t cellCount)
Undocumented in source.

Members

Functions

pack
BitArray pack()
Undocumented in source. Be warned that the author may not have intended to support it.
step
OpCount step()

One step forward.

Static functions

unpack
typeof(this) unpack(BitArray bits)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

cells
Cells cells;

operation/function cells

temps
Datas temps;

temporary outputs from cells

Meta