File

teal-src/util/struct.d.tl @ 12818:74ed772ff5fb

util.datamapper: Simplify test schema Don't need the function, more compact to just reference the same reference table.
author Kim Alvefur <zash@zash.se>
date Tue, 20 Dec 2022 18:55:47 +0100
parent 12619:d593cb709525
line wrap: on
line source

local record lib
	pack : function (string, ...:any) : string
	unpack : function(string, string, integer) : any...
	size : function(string) : integer
end
return lib