view teal-src/util/struct.d.tl @ 12695:6aaa604fdfd5

util.crypto: Add Teal type specification
author Kim Alvefur <zash@zash.se>
date Thu, 30 Jun 2022 15:38:22 +0200
parents d593cb709525
children
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