BitwiseOr

public protocol BitwiseOr[Other = Self]

Raw protocol backing the | operator.

Associated Types

type Output

Methods

consuming func bitwiseOr(consuming Other) -> Output

Returns self | other.

Defined in lang/std/core/bitwise.ks