view core/src/luan/modules/Table.luan @ 298:2ce23c7e2342

remove init.luan git-svn-id: https://luan-java.googlecode.com/svn/trunk@299 21e917c8-12df-6dd8-5cb6-c86387c605b9
author fschmidt@gmail.com <fschmidt@gmail.com@21e917c8-12df-6dd8-5cb6-c86387c605b9>
date Tue, 16 Dec 2014 03:51:56 +0000
parents 899253043270
children 9fb523472035
line wrap: on
line source

import "java:luan.modules.TableLuan"

clone = TableLuan.clone
concat = TableLuan.concat
insert = TableLuan.insert
pack = TableLuan.pack
remove = TableLuan.remove
sort = TableLuan.sort
sub_list = TableLuan.sub_list
unpack = TableLuan.unpack