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 e5bbb23 commit ccc3271Copy full SHA for ccc3271
doc/docs.md
@@ -2280,7 +2280,8 @@ Note that the embedded struct arguments are not necessarily stored in the order
2280
2281
### Immutable function args by default
2282
2283
-In V function arguments are immutable by default.
+In V function arguments are immutable by default, and mutable args have to be
2284
+marked on call.
2285
2286
Since there are also no globals, that means that the return values of the functions,
2287
are a function of their arguments only, and their evaluation has no side effects
0 commit comments