Skip to content

Crash when creating iterator of persistent hash maps that contain only collisions #57

@qurbonzoda

Description

@qurbonzoda

Example:

val map = persistentHashMapOf<IntWrapper, String>()
val iterator = map.put(IntWrapper(1, 1), "a").put(IntWrapper(2, 1), "b").iterator()

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions