Complex.toHash

struct Complex(T)
const
size_t
toHash
()
if (
is(T == float) ||
is(T == double)
||
is(T == real)
)

Meta