clearMask

Clears a mask from the provided value.

static pure @nogc
T
clearMask
(
T
)
(,)

Parameters

value T

The value from which the mask will be cleared.

mask T

The mask to clear from the value.

Return Value

Type: T

The value after clearing the specified mask.

Meta