File

teal-src/util/strbitop.d.tl @ 11990:6f4790b8deec

mod_http_file_share: Switch to mod_cron for periodic tasks
author Kim Alvefur <zash@zash.se>
date Mon, 22 Nov 2021 14:54:32 +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