整理代码,部分全局变量声明移入Zframework中
This commit is contained in:
@@ -2,7 +2,7 @@ local ins,rem=table.insert,table.remove
|
||||
local yield=YIELD
|
||||
|
||||
local seqGens={
|
||||
none=function() while true do yield()end end,
|
||||
none=function()while true do yield()end end,
|
||||
bag=function(P,seq0)
|
||||
local len=#seq0
|
||||
local bag={}
|
||||
|
||||
Reference in New Issue
Block a user