Xor:
Filter:
Description
Class methods
new
Inherited class methods
Instance methods
a
b
value
reset
Inherited instance methods
Classes (extension)
|
Libraries
>
crucial
>
Constraints
Xor
:
AbstractConstraint
:
Object
Extension
given two constraint objects, validates that the test object is true for one or the other but not both
Source:
Constraint.sc
See also:
Constraints
Description
Class Methods
Xor.
new
(
a
,
b
)
Arguments:
a
b
Inherited class methods
Instance Methods
.
a
.
a
= value
.
b
.
b
= value
.
value
(
obj
)
Arguments:
obj
.
reset
Inherited instance methods
helpfile source:
/home/stefan/.local/share/SuperCollider/downloaded-quarks/crucial-library/HelpSource/Classes/Xor.schelp
link::Classes/Xor::