nodeRemove static method

DeltaOp nodeRemove(
  1. NodeId node
)

Implementation

static DeltaOp nodeRemove(NodeId node) => DeltaOpNodeRemove(node);