DynamicArray.toHash

Calculate D associative array (AA) key hash.

struct DynamicArray(T, alias Allocator = null, CapacityType = size_t)
@safe pragma(inline) const scope @trusted
hash_t
toHash
()
()
if (
!is(Unqual!T == bool) &&
(
is(CapacityType == ulong) ||
is(CapacityType == uint)
)
)

Meta