view core/src/luan/modules/Table.luan @ 383:4118eb51c816 0.4

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 22 Apr 2015 20:46:59 -0600
parents 7f7708e8fdd4
children 7fd9f1b7b878
line wrap: on
line source

java()
local TableLuan = require "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