unsigned.opUnary

Undocumented in source. Be warned that the author may not have intended to support it.

  1. auto opUnary()
  2. auto opUnary()
  3. auto opUnary()
  4. auto ref opUnary()
    struct unsigned(int bits)
    ref
    opUnary
    (
    string op : "++"
    )
    ()
    if (
    bits >= 128 &&
    (bits & (bits - 1)) == 0
    )
  5. auto ref opUnary()

Meta