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

Key type for NativeAssocArray #11902

Open
PaulPatat opened this issue Dec 22, 2024 · 0 comments
Open

Key type for NativeAssocArray #11902

PaulPatat opened this issue Dec 22, 2024 · 0 comments

Comments

@PaulPatat
Copy link

Can we parametrize the key type of NativeAssocArray?

I'm trying to create an extern for a "Collection" interface:

extern interface CollectionInterface<T=Dynamic, K=Dynamic> {.
	function toArray():NativeArray;
}

NativeArray isn't super useful since I lose the value type.
NativeIndexedArray isn't right since the key type may be String.
I can't use NativeAssocArray right now since the key type may be Int.

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