Method ADT.Set()->`[]()
- Method `[]
boolres =ADT.Set()[item]- Description
Indexing a set with a value V gives 1 if V is a member of the set, otherwise 0.
bool res = ADT.Set()[ item ]
Indexing a set with a value V gives 1 if V is a member of the set, otherwise 0.