Search results

There are no results.

std.ops.BitOr

BitOr[T, R]

The binary | (bitwise OR) operator.

Required methods

|

Show source code
Hide source code
fn pub |(other: ref T) -> R
fn pub |(other: ref T) -> R

Returns the result of a bitwise OR with self and the given object.

Implementations

std.int.

Int

impl BitOr[Int, Int] for Int