fn
not
v0.0.2testedFunction to apply the bitwise NOT (complement) operator to a flag
Signature
ts
export function not(flag: number){ ... }Parameters
| Parameter | Type | Description |
|---|---|---|
flag | number | The flag to apply the NOT operator to |
Returns
numberThe result of the NOT operator