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 29fd92c commit 9176d82Copy full SHA for 9176d82
1 file changed
vlib/flag/flag_to.v
@@ -1840,8 +1840,7 @@ pub fn (fm FlagMapper) parsed_flags() []FlagData {
1840
return flags
1841
}
1842
1843
-// handled_positions returns unique, sorted position indices from the input args
1844
-// that were consumed during parsing.
+// `handled_positions` returns unique, sorted position indices from the input args that were consumed during parsing.
1845
pub fn (fm FlagMapper) handled_positions() []int {
1846
mut seen := map[int]bool{}
1847
mut result := []int{}
0 commit comments