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

class ADT.Relation.Binary

Method remove

this_program(< LeftType, RightType >) remove(LeftType left, RightType right)

Description

Removes "left R right" as a member of the relation. Returns the same relation.