disabled constant

_SynapsesNever<Signal, Cell> const disabled

Predefined constant for disabled synapses that ignore all operations.

Using this will prevent any signal propagation through these synapses. Useful for creating inert or isolated cells.

Implementation

static const disabled = _SynapsesNever();