Comparison

util/multitable.lua @ 11200:bf8f2da84007

Merge 0.11->trunk
author Kim Alvefur <zash@zash.se>
date Thu, 05 Nov 2020 22:31:25 +0100
parent 9692:affcbccc1dff
child 12589:39ae08180c81
comparison
equal deleted inserted replaced
11199:6c7c50a4de32 11200:bf8f2da84007
7 -- 7 --
8 8
9 local select = select; 9 local select = select;
10 local t_insert = table.insert; 10 local t_insert = table.insert;
11 local pairs, next, type = pairs, next, type; 11 local pairs, next, type = pairs, next, type;
12 local unpack = table.unpack or unpack; --luacheck: ignore 113 143 12 local unpack = table.unpack or unpack; --luacheck: ignore 113
13 13
14 local _ENV = nil; 14 local _ENV = nil;
15 -- luacheck: std none 15 -- luacheck: std none
16 16
17 local function get(self, ...) 17 local function get(self, ...)