mostNegative.mostNegative

Undocumented in source.
  1. enum mostNegative;
    template mostNegative(T)
    static if(isFloatingPoint!T)
    enum mostNegative = -T.max;
  2. enum mostNegative;

Meta