Skip to content

Support es2015 typed arrays #9

Closed
@neocotic

Description

A built-in hash code generator and equals comparator should be added to support es2015's typed arrays:

  • Int8Array
  • Uint8Array
  • Uint8ClampedArray
  • Int16Array
  • Uint16Array
  • Int32Array
  • Uint32Array
  • Float32Array
  • Float64Array

These should be supported in the same way as classic arrays while ensuring that it does not compromise our existing environment support range.

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions