unsigned.opUnary

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

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

Meta