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

Is there a way to get all metadata defined for a key, but not a specific target? #70

Open
atrauzzi opened this issue Jun 3, 2017 · 1 comment

Comments

@atrauzzi
Copy link

atrauzzi commented Jun 3, 2017

Seems like it would make sense to offer something that can do this. Reflect is already tracking the data of keys to types for data.

@Yogu
Copy link

Yogu commented Jun 9, 2017

AFAIK this is not possible because internally, a WeakMap is used and indexed by target. WeakMaps can not be iterated over.

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

2 participants