Extracted from Pike v7.6 release 112 at 2008-06-25.
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.