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.
1 parent ff5df2c commit 53e4085Copy full SHA for 53e4085
doc/docs.md
@@ -4886,7 +4886,6 @@ Documentation for each function/type/const must be placed right before the decla
4886
4887
```v
4888
// clearall clears all bits in the array
4889
-
4890
fn clearall() {
4891
}
4892
```
@@ -4899,7 +4898,6 @@ span to the documented function using single line comments:
4899
4898
4900
// copy_all recursively copies all elements of the array by their value,
4901
// if `dupes` is false all duplicate values are eliminated in the process.
4902
4903
fn copy_all(dupes bool) {
4904
// ...
4905
0 commit comments