File

teal-src/util/strbitop.d.tl @ 11725:789da12cf232

mod_pubsub: Silence warning about 'service' as argument [luacheck] Maybe the 'service' in the outer scope should be moved down to minimize overlap with other functions that receive the same service as argument?
author Kim Alvefur <zash@zash.se>
date Sun, 25 Jul 2021 16:33:19 +0200
parent 11432:113f3912c7cb
line wrap: on
line source

local record mod
	sand : function (string, string) : string
	sor : function (string, string) : string
	sxor : function (string, string) : string
end
return mod