File

libs/table.lua @ 467:8e6a7a5e70b3

sasl: Expose what mechanisms were offered on authentication-failure
author Matthew Wild <mwild1@gmail.com>
date Fri, 17 Mar 2023 09:24:36 +0000
parent 439:6fc73ad6b1d2
child 483:33d566513eb0
line wrap: on
line source

return {pack = function(...) return {n = select("#", ...); ...} end; create = function() return {} end}