Skip to content
This repository was archived by the owner on Jun 11, 2026. It is now read-only.
This repository was archived by the owner on Jun 11, 2026. It is now read-only.

API: Align IVector with ES2021 proposal for 'at()' #79

Description

Specifically, change 'getItem()' to just 'at()' and support negative index semantics:
https://github.com/tc39/proposal-relative-indexing-method

Excitingly, this means that Array, TypedArray, and String will just "happen to be" IVectorReaders, etc. the same way Map "happens to be" an IMapReader, etc.

EDIT: Proposal is now to add 'at()' rather than 'item()'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    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