File

teal-src/util/strbitop.d.tl @ 11480:0aa2971380e9

util.datamapper: Add test coverage of unwrapped arrays of objects Should the xml name/ns go on the array or the items schema? The later apparently.
author Kim Alvefur <zash@zash.se>
date Wed, 24 Mar 2021 00:34:22 +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