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 5262dc4 commit cd3dc5aCopy full SHA for cd3dc5a
builtins/Function.cpp
@@ -213,7 +213,9 @@ const Cinfo * Function::initCinfo()
213
214
static LookupValueFinfo< Function, string, unsigned int > xindex(
215
"xindex",
216
- "Return the index of given variable. It can be used with field `x`",
+ "(developer only) Returns the index of a given variable which can be used with field `x`."
217
+ " Note that we have a mechanism to map string (variable name) to integer "
218
+ " (variable index).",
219
&Function::setVarIndex,
220
&Function::getVarIndex
221
);
0 commit comments