Associative 2-term operation. All instances of SemiGroup must satisfy following conditions:
SemiGroup
S
x
y
z
S.combine(S.combine(x, y), z)
S.combine(x, S.combine(y, z))
Readonly
Generated using TypeDoc
Associative 2-term operation. All instances of
SemiGroupmust satisfy following conditions:Sis aSemiGroup, for allx,yandz,S.combine(S.combine(x, y), z)equals toS.combine(x, S.combine(y, z)).