Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
ADT
ADT.Relation
ADT.Relation.Binary

Method ADT.Relation.Binary()->`()()


Method `()

mixed `()(mixed left, mixed right)

Description

Does the same as the contains function: returns true if the relation "left R right " exists, and otherwise false.