Software /
code /
prosody
File
teal-src/util/struct.d.tl @ 12761:82915c755d90
Merge 0.12->trunk
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 09 Oct 2022 15:50:25 +0200 |
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