RightShiftAssign

public protocol RightShiftAssign[Other]

Raw protocol backing the >>= operator.

Methods

mutating func shiftRightAssign(by: Other)

Mutates self to self >> count.

Defined in lang/std/core/assign.ks