ocean v6.1.0 (2021-04-20T01:38:04Z)
Home
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.