Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for BigInt64Array for adjency list #43

Open
phuhl opened this issue Oct 5, 2024 · 0 comments
Open

Support for BigInt64Array for adjency list #43

phuhl opened this issue Oct 5, 2024 · 0 comments

Comments

@phuhl
Copy link

phuhl commented Oct 5, 2024

Hi, thank you for this package!

I noticed though, that for some reason, BigInt64Array and BigUint64Array are not listed in TypedArrayConstructors which hinders usage in e.g. AdjacencyListMixin:

export type TypedArrayConstructors =
  | Constructor<Int8Array>
  | Constructor<Uint8Array>
  | Constructor<Uint8ClampedArray>
  | Constructor<Int16Array>
  | Constructor<Uint16Array>
  | Constructor<Int32Array>
  | Constructor<Uint32Array>
  | Constructor<Float32Array>
  | Constructor<Float64Array>;

Is there a technical reason or could it be easily added?

Thanks, cheers

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

No branches or pull requests

1 participant