Software /
code /
verse
File
libs/table.lua @ 479:2bb12fb6fcbd
squishy: Updates for Prosody trunk (@ e77c607e8da8)
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Fri, 17 Mar 2023 12:30:25 +0000 |
parent | 439:6fc73ad6b1d2 |
child | 483:33d566513eb0 |
line wrap: on
line source
return {pack = function(...) return {n = select("#", ...); ...} end; create = function() return {} end}