Mercurial Hosting > luan
comparison website/src/manual.html @ 1373:372906d1d08b
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Mon, 01 Jul 2019 22:54:37 -0600 |
parents | 8d95711f6615 |
children | f5368cd8c056 |
comparison
equal
deleted
inserted
replaced
1372:431d5bec3ca4 | 1373:372906d1d08b |
---|---|
1860 if the table's metatable has a <code>"__metatable"</code> field, | 1860 if the table's metatable has a <code>"__metatable"</code> field, |
1861 returns the associated value. | 1861 returns the associated value. |
1862 Otherwise, returns the metatable of the given table. | 1862 Otherwise, returns the metatable of the given table. |
1863 | 1863 |
1864 | 1864 |
1865 <h4 heading><a name="Luan.hash_code" href="#Luan.ipairs"><code>Luan.hash_code (v)</code></a></h4> | |
1866 | |
1867 <p> | |
1868 Returns the hash code of <code>v</code>. | |
1869 | |
1870 | |
1865 <h4 heading><a name="Luan.ipairs" href="#Luan.ipairs"><code>Luan.ipairs (t)</code></a></h4> | 1871 <h4 heading><a name="Luan.ipairs" href="#Luan.ipairs"><code>Luan.ipairs (t)</code></a></h4> |
1866 | 1872 |
1867 <p> | 1873 <p> |
1868 Returns an iterator function | 1874 Returns an iterator function |
1869 so that the construction | 1875 so that the construction |