operator + method
Adds two spacing units together.
Implementation
SpacingUnit operator +(SpacingUnit other) {
return _CalculatedSpacing(
this,
other,
calculationAdd,
);
}
Adds two spacing units together.
SpacingUnit operator +(SpacingUnit other) {
return _CalculatedSpacing(
this,
other,
calculationAdd,
);
}