Mercurial Hosting > luan
diff website/src/manual.html.luan @ 1100:ad6b3b9fef40
add Table.is_empty() and Table.size()
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sun, 21 May 2017 16:12:22 -0600 |
parents | a26fbde7ee28 |
children | 1f9d34a6f308 |
line wrap: on
line diff
--- a/website/src/manual.html.luan Wed Apr 05 16:24:02 2017 -0600 +++ b/website/src/manual.html.luan Sun May 21 16:12:22 2017 -0600 @@ -2736,6 +2736,10 @@ +<h4 heading><a name="Table.is_empty" href="#Table.is_empty"><code>Table.is_empty (tbl)</code></a></h4> + + + <h4 heading><a name="Table.pack" href="#Table.pack"><code>Table.pack (···)</code></a></h4> <p> @@ -2762,6 +2766,9 @@ +<h4 heading><a name="Table.size" href="#Table.size"><code>Table.size (tbl)</code></a></h4> + + <h4 heading><a name="Table.sort" href="#Table.sort"><code>Table.sort (list [, comp])</code></a></h4>