SmartInt.max

Undocumented in source.
  1. enum max;
    struct SmartInt(N, bool bitOps = true, bool throws = true)
    nothrow @nogc
    static if(__VERSION__ >= 2067)
    enum max = typeof(this)(N.max);
  2. auto max [@property getter]

Meta