Bitmap.opOpAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void opOpAssign(Bitmap b)
    class Bitmap
    @nogc
    void
    opOpAssign
    (
    const string op
    )
    (
    const Bitmap b
    )
    if (
    op == "&" ||
    op == "|"
    ||
    op == "^"
    )
  2. void opOpAssign(uint x)

Meta