unsigned.opEquals

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

  1. bool opEquals(T value)
    struct unsigned(int bits)
    const
    bool
    opEquals
    (
    T
    )
    (
    const T value
    )
    if (
    bits >= 128 &&
    (bits & (bits - 1)) == 0
    )
  2. bool opEquals(T value)

Meta