fn

not

v0.0.2tested

Function to apply the bitwise NOT (complement) operator to a flag

Signature

ts
export function not(flag: number){ ... }

Parameters

ParameterTypeDescription
flagnumberThe flag to apply the NOT operator to

Returns

numberThe result of the NOT operator