comparison src/luan/modules/Table.luan @ 796:6b8ea0a9b7c9

remove LuanMeta
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 05 Sep 2016 19:52:49 -0600
parents 1a68fc55a80c
children bae2d0c2576c
comparison
equal deleted inserted replaced
795:dd36eae6aa04 796:6b8ea0a9b7c9
5 5
6 M.clear = TableLuan.clear 6 M.clear = TableLuan.clear
7 M.concat = TableLuan.concat 7 M.concat = TableLuan.concat
8 M.copy = TableLuan.copy 8 M.copy = TableLuan.copy
9 M.insert = TableLuan.insert 9 M.insert = TableLuan.insert
10 M.new_property_table = TableLuan.new_property_table
11 M.pack = TableLuan.pack 10 M.pack = TableLuan.pack
12 M.remove = TableLuan.remove 11 M.remove = TableLuan.remove
13 M.sort = TableLuan.sort 12 M.sort = TableLuan.sort
14 M.unpack = TableLuan.unpack 13 M.unpack = TableLuan.unpack
15 14