Fixed.max

Max value of the fixed-precision value

struct Fixed(T, size_t FRACT_BITS = (8 * (T.sizeof / 2)))
@nogc nothrow
enum Self max;

Meta