Skip to content

Array.hashCode should acually hash the data contained #1607

@scabug

Description

@scabug

Currently, Array.hashCode returns different values for different arrays, even if they contain the same data.

Example: Array(1,2,3).hashCode == Array(1,2,3).hashCode returns false while List(1,2,3).hashCode == List(1,2,3).hashCode returns true.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions