Set.opIn_r

Looks up key in the set.

class Set(K)
bool
opIn_r
(
K key
)

Parameters

key K

key to look up

Return Value

Type: bool

true if found or false if not.

Meta