Skip to content

add .array member#239

Open
star-e wants to merge 1 commit intoYomguithereal:masterfrom
star-e:master-fix-vector-array
Open

add .array member#239
star-e wants to merge 1 commit intoYomguithereal:masterfrom
star-e:master-fix-vector-array

Conversation

@star-e
Copy link
Copy Markdown

@star-e star-e commented Feb 14, 2026

Try fixing #238.

Comment thread vector.d.ts
export default class Vector implements Iterable<number> {

// Members
array: ArrayBufferLike;
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about ArrayLike<number>? Or the TypedArray helper found in utils/types.d.ts?

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants