aboutsummaryrefslogtreecommitdiff
path: root/doc/ltn12.html
diff options
context:
space:
mode:
authorE. Westbrook <github@westbrook.io>2018-06-04 23:23:39 -0600
committerE. Westbrook <github@westbrook.io>2018-06-05 00:00:39 -0600
commit8fee6363093611302af3af5139eba9716267f03b (patch)
treebeee9af67d33b0a073abe41b4efb49182f62404d /doc/ltn12.html
parent652959890943c34d7180cae372339b91e62f0d7b (diff)
downloadluasocket-8fee6363093611302af3af5139eba9716267f03b.tar.gz
luasocket-8fee6363093611302af3af5139eba9716267f03b.tar.bz2
luasocket-8fee6363093611302af3af5139eba9716267f03b.zip
Add ltn12.source.table()
Diffstat (limited to 'doc/ltn12.html')
-rw-r--r--doc/ltn12.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/ltn12.html b/doc/ltn12.html
index 54e66fb..ee2502f 100644
--- a/doc/ltn12.html
+++ b/doc/ltn12.html
@@ -405,6 +405,16 @@ Creates and returns a source that produces the contents of a
405<tt>string</tt>, chunk by chunk. 405<tt>string</tt>, chunk by chunk.
406</p> 406</p>
407 407
408<!-- table +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
409
410<p class=name id="source.table">
411ltn12.source.<b>table(</b>table<b>)</b>
412</p>
413
414<p class=description>
415Creates and returns a source that produces the numerically-indexed values of a <tt>table</tt> successively beginning at 1. The source returns nil (end-of-stream) whenever a nil value is produced by the current index, which proceeds forward regardless.
416</p>
417
408<!-- footer +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> 418<!-- footer +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
409 419
410<div class=footer> 420<div class=footer>