remove method

bool remove(
  1. E value
)

Removes a value from this Relationship

Implementation

bool remove(E value) {
  return _remove(value);
}