ocean v5.1.3 (2019-10-14T07:52:28Z)
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
constructors
this
functions
opApply
opIn_r
put
mixins
__anonymous
Looks up key in the set.