remove method

E remove ()

Implementation

E remove() {
  _unlink();
  return element;
}