Method
hash(into:)
Hashes the EcoreValueArray using its elements.
func hash(into hasher: inout Hasher)
Discussion
The hash combines the count with individual element hashes using the EcoreValue hashing function for consistent results.
Method
Hashes the EcoreValueArray using its elements.
func hash(into hasher: inout Hasher)
The hash combines the count with individual element hashes using the EcoreValue hashing function for consistent results.