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

size_of macro should support generic types #313

Open
cianoc opened this issue Feb 2, 2018 · 0 comments
Open

size_of macro should support generic types #313

cianoc opened this issue Feb 2, 2018 · 0 comments

Comments

@cianoc
Copy link
Contributor

cianoc commented Feb 2, 2018

size_of currently doesn't support generic types.

Given a type like:
(bind-type ArrayL <!a*>

Both of the following should work:

(size_of ArrayL<!a>)
(size_of !a)
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