Fixed.fromData

Creates a new instance from raw data.

struct Fixed(T, size_t FRACT_BITS = (8 * (T.sizeof / 2)))
@nogc nothrow static
fromData
()
if (
__traits(isIntegral, T) &&
!__traits(isUnsigned, T)
)

Meta