We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
For example: use std;
fn foo(vec[str] args) { std._vec.len[str](args); std._vec.len[str](args); // Error here. } fn main(vec[str] args) {}
Commenting out either call makes the other one succeed.