Method ADT.Relation.Binary()->add()
- Method
add
this_program
add(LeftType
left
,RightType
right
)- Description
Adds "
left
Rright
" as a member of the relation. Returns the same relation.
this_program
add(LeftType
left
, RightType
right
)
Adds "left
R right
" as a member of the relation. Returns
the same relation.