SmartInt.max

Undocumented in source. Be warned that the author may not have intended to support it.
  1. enum max;
  2. auto max [@property getter]
    struct SmartInt(N, bool bitOps = true, bool throws = true)
    nothrow @nogc static @property pure nothrow @nogc
    static if(!(__VERSION__ >= 2067))
    max
    ()
    if (
    isIntegral!N &&
    )

Meta