BitwiseNot

public protocol BitwiseNot

Raw protocol backing the unary ~ operator.

Associated Types

type Output

Methods

consuming func bitwiseNot() -> Output

Returns ~self — every bit flipped.

Defined in lang/std/core/bitwise.ks