remove method

void remove(
  1. String name
)

remove a function/operator

Implementation

void remove(String name) {
  _ops.remove(name);
}