LeftShiftAssign

public protocol LeftShiftAssign[Other]

Raw protocol backing the <<= operator.

Methods

mutating func shiftLeftAssign(by: Other)

Mutates self to self << count.

Defined in lang/std/core/assign.ks