contains method
Whether key is currently in the visible order.
Implementation
bool contains(TKey key) {
return indexOf(key) != kNotVisible;
}
Whether key is currently in the visible order.
bool contains(TKey key) {
return indexOf(key) != kNotVisible;
}