contains<T> abstract method

bool contains<T>(
  1. T value
)

Implementation

bool contains<T>(T value);