unlink abstract method
Removes a link to another cell.
link
- The cell to unlink
Returns true if the link existed and was removed, false otherwise
Implementation
bool unlink(L link);
Removes a link to another cell.
link
- The cell to unlink
Returns true if the link existed and was removed, false otherwise
bool unlink(L link);