unlink abstract method

bool unlink(
  1. L cell
)

Unlinks a previously linked cell

Parameters:

  • link: The cell to unlink

Returns true if unlinking succeeded

Implementation

bool unlink(L cell);