DM Reference

DM Ref

❯

operators

❯

<<= operator

<<= operator

1 min read

Format

A <<= B

Set A equal to A << B. It is shorthand for A = A << B.

See also

  • << shift operator
  • operators

Graph View

  • Format
  • See also

Backlinks

  • = operator
  • << shift operator
  • >>= operator

Created with Quartz v4.5.0 © 2025

  • GitHub