Mask.add

void add(Mask toAdd) @safe

Adds a mask to this AND or OR combination.

The added mask is cloned internally; caller retains ownership of the original.

Parameters

toAddmask to add to the combination

Throws

DarException if this mask is not an AND or OR combination.