We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Related #6698
Somewhat sarcastically, why is it module LinkedLists? Is there more than one list in there? Should I anticipate a module Vectors? 😄
LinkedLists
Vectors
Rename LinkedLists to LinkedList or just List if you plan to support lists that aren't simply linked.
LinkedList
List
The text was updated successfully, but these errors were encountered:
I suspect this is the reason: #6979
Sorry, something went wrong.
This is why I think anything Chapel-provided should be refactored into a std namespace.
std
I assume the std maintainers wouldn't clobber their own names and importing std.List is just as easy.
std.List
No branches or pull requests
Related #6698
Somewhat sarcastically, why is it module
LinkedLists
? Is there more than one list in there? Should I anticipate a moduleVectors
? 😄Rename
LinkedLists
toLinkedList
or justList
if you plan to support lists that aren't simply linked.The text was updated successfully, but these errors were encountered: