mostNegative.mostNegative

Undocumented in source.
  1. enum T mostNegative;
  2. enum T mostNegative;
    template mostNegative(T)
    static if(!(isIntegral!T || isBoolean!T || isSomeChar!T))
    static if(isFloatingPoint!T || isComplex!T)
    enum T mostNegative;

Meta