You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/reference/reference_lua/box_index/pairs.rst
+2-2
Original file line number
Diff line number
Diff line change
@@ -52,8 +52,8 @@ index_object:pairs()
52
52
:param after: a tuple or the position of a tuple (:ref:`tuple_pos <box_index-tuple_pos>`) after which ``pairs`` starts the search. You can pass an empty string or :ref:`box.NULL <box-null>` to this option to start the search from the first tuple.
53
53
54
54
55
-
:return: The `iterator <https://www.lua.org/pil/7.1.html>`_, which can be
56
-
used in a for/end loop or with `totable()
55
+
:return: The `iterator <https://luafun.github.io/under_the_hood.html>`_, which can be
Copy file name to clipboardExpand all lines: doc/reference/reference_lua/box_space/pairs.rst
+2-2
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,8 @@ space_object:pairs()
19
19
:param iterator: the :ref:`iterator type <box_index-iterator-types>`. The default iterator type is 'EQ'
20
20
:param after: a tuple or the position of a tuple (:ref:`tuple_pos <box_index-tuple_pos>`) after which ``pairs`` starts the search. You can pass an empty string or :ref:`box.NULL <box-null>` to this option to start the search from the first tuple.
21
21
22
-
:return: The `iterator <https://www.lua.org/pil/7.1.html>`_, which can be
23
-
used in a for/end loop or with `totable()
22
+
:return: The `iterator <https://luafun.github.io/under_the_hood.html>`_, which can be
0 commit comments