SafeInt.min

Undocumented in source. Be warned that the author may not have intended to support it.
  1. enum SafeInt!(N, policy, bitOps) min;
  2. auto min [@property getter]
    struct SafeInt(N, IntFlagPolicy _policy, Flag!"bitOps" bitOps = Yes.bitOps)
    static @property pure nothrow @nogc
    static if(!(__VERSION__ >= 2067))
    min
    ()
    if (
    isIntegral!N &&
    )

Meta