File

teal-src/util/strbitop.d.tl @ 11742:9c450185bac1

mod_c2s,mod_s2s: Fire event just before writes Could allow e.g. a XEP-0198 implementation to efficiently send ack requests at optimal times without using timers or nextTick.
author Kim Alvefur <zash@zash.se>
date Mon, 16 Aug 2021 12:45:14 +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