File

teal-src/util/crand.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 11459:86904555bffc
line wrap: on
line source

local record lib
	bytes : function (n : integer) : string
	enum sourceid "OpenSSL" "arc4random()" "Linux" end
	_source : sourceid
end
return lib