Fixed.opCast

Undocumented in source. Be warned that the author may not have intended to support it.
struct Fixed(T, size_t FRACT_BITS = (8 * (T.sizeof / 2)))
@nogc nothrow pragma(inline, true) const
Y
opCast
(
Y
)
()
if (
__traits(isIntegral, T) &&
!__traits(isUnsigned, T)
)

Meta