Software /
code /
prosody
File
teal-src/util/struct.d.tl @ 12924:ae0fba27fc24
Merge 0.12->trunk
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 05 Mar 2023 15:45:44 +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