File

teal-src/util/strbitop.d.tl @ 12857:cc86d77481fc 0.12

mod_mam,mod_muc_mam: Minimize differences (reorder, copy some comments) Should have no functional difference, but makes it easier keeping mod_mam and mod_muc_mam in sync.
author Kim Alvefur <zash@zash.se>
date Sat, 21 Jan 2023 16:54:43 +0100
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