link abstract method
Establishes a new connection from host to target cell.
Parameters:
link: The cell to link tohost: The cell that owns these synapses (used for validation)
Returns true if:
- Host's test rules pass (TestObject.link)
- Connection didn't already exist
Implementation
bool link(L link, {required Cell host});