Fixed.FRACT_MASK

Mask of fractional part

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

Meta