Mask.add
void add(Mask toAdd) @safeAdds a mask to this AND or OR combination.
The added mask is cloned internally; caller retains ownership of the original.
Parameters
toAdd | mask to add to the combination |
Throws
DarException if this mask is not an AND or OR combination.