Software / code / prosody
File
teal-src/util/array.d.tl @ 12867:2defb0fc2be9
mod_admin_shell: Factor out room retrieval into common function
Justification: See diffstat
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sun, 29 Jan 2023 17:55:56 +0100 |
| parent | 12611:33b7e7bd83fd |
line wrap: on
line source
local record array_t<T> { T } end local record lib metamethod __call : function () : array_t end return lib