SmartInt.min

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

Meta