disabled constant
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();