remove method

bool remove(
  1. T element
)

Implementation

bool remove(T element) => mutate((it) => it.remove(element));