unlink method

bool unlink(
  1. L link
)

Unlinks a previously linked cell

Parameters:

  • link: The cell to unlink

Returns true if unlinking succeeded

Implementation

bool unlink(L link) => _properties.synapses.unlink(link);