link abstract method

bool link(
  1. Cell link, {
  2. C? cell,
})

Validates a cell link against test rules

Implementation

bool link(Cell link, {C? cell});