File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -165,6 +165,10 @@ Below is a list of all ``box.index`` functions and members.
165
165
<c_lua_tutorial-indexed_pattern_search>` shows one way that iterators
166
166
and yields can be used together.
167
167
168
+ For information about iterators' internal structures see
169
+ `"Under the Hood" <https://luafun.github.io/under_the_hood.html >`_
170
+ in the the Lua functional documentation.
171
+
168
172
:param index_object index_object: an :ref: `object reference
169
173
<app_server-object_reference>`.
170
174
:param scalar/table key: value to be matched against the index key,
Original file line number Diff line number Diff line change @@ -1033,6 +1033,10 @@ Below is a list of all ``box.space`` functions and members.
1033
1033
instead of "equal to"), see the later section :ref: `index_object:pairs
1034
1034
<box_index-index_pairs>`.
1035
1035
1036
+ For information about iterators' internal structures see
1037
+ `"Under the Hood" <https://luafun.github.io/under_the_hood.html >`_
1038
+ in the the Lua functional documentation.
1039
+
1036
1040
**Example: **
1037
1041
1038
1042
.. code-block :: tarantoolsession
You can’t perform that action at this time.
0 commit comments