Ref.toHash

struct Ref(T)
const
static if(__traits(hasMember, T, "toHash") || __traits(isScalar, T))
size_t
toHash
()
if (
!isRef!T
)

Meta