ValueArgument._max

Undocumented in source.
  1. T _max;
    class ValueArgument(T)
    static if(is(T == int) || is(T == double))
    T _max;
  2. ElementType!T _max;

Meta