File

teal-src/util/strbitop.d.tl @ 12757:edbc888b1e05 0.12

util.jsonschema: Ignore some further test cases for URI references Full-URI references are not implemented
author Kim Alvefur <zash@zash.se>
date Sun, 09 Oct 2022 15:24:26 +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