remove abstract method

bool remove(
  1. dynamic val
)

If there is such a node, remove it

Return false when there is no such node

Implementation

bool remove(val);