IntFlag.negOver

Overflow occured because a value was too negative.

  1. enum IntFlag negOver;
    struct IntFlag
    static if(__VERSION__ >= 2067)
    enum IntFlag negOver;
  2. auto negOver [@property getter]

Meta