ocean ~v6.x.x (2022-01-14T16:08:36.1174149)
Dub
Repo
Set.opIn_r
ocean
util
container
map
Set
Set
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
Source
See Implementation
ocean
util
container
map
Set
Set
aliases
opBinaryRight
constructors
this
functions
opApply
opIn_r
put
mixins
__anonymous
Looks up key in the set.