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

Conforms Symbols sequence to the RandomAccessCollection protocol #68

Closed
p-x9 opened this issue Mar 29, 2024 · 0 comments · Fixed by #70
Closed

Conforms Symbols sequence to the RandomAccessCollection protocol #68

p-x9 opened this issue Mar 29, 2024 · 0 comments · Fixed by #70

Comments

@p-x9
Copy link
Owner

p-x9 commented Mar 29, 2024

Currently, only the Sequence protocol is compliant.
Therefore, to access a symbol at an index, it is necessary to convert it to an Array or other format.
In fact, it is possible to access a symbol at a specific index directly by specifying an offset equal to the size of nlist.

@p-x9 p-x9 added the help wanted Extra attention is needed label Apr 1, 2024
@p-x9 p-x9 closed this as completed in #70 Apr 9, 2024
@p-x9 p-x9 removed the help wanted Extra attention is needed label Apr 9, 2024
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 a pull request may close this issue.

1 participant