Fixed.toHash

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 @safe pure nothrow
size_t
toHash
()
if (
__traits(isIntegral, T) &&
!__traits(isUnsigned, T)
)

Meta