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
let s = ["hello"] let x = int2{1,0} print s[0][1] print s[x]
Expected that line three and four would be the same, printing 101.
The text was updated successfully, but these errors were encountered:
Yes, that generally works across N vectors, but strings are not vectors, they are their own thing :)
I suppose we could enable this, but it be highly specialized, requiring its own codegen etc, so I am fine leaving it as is.
Sorry, something went wrong.
No branches or pull requests
Expected that line three and four would be the same, printing 101.
The text was updated successfully, but these errors were encountered: