contains method

bool contains(
  1. E element
)

Implementation

bool contains(E element) {
  return _contains(element);
}