edgeRemove static method

DeltaOp edgeRemove(
  1. NodeId dependent,
  2. NodeId dependency
)

Implementation

static DeltaOp edgeRemove(NodeId dependent, NodeId dependency) =>
    DeltaOpEdgeRemove(dependent, dependency);