Comparison

teal-src/util/array.d.tl @ 12611:33b7e7bd83fd

teal: add stub util.array teal defs
author Kim Alvefur <zash@zash.se>
date Sun, 24 Jul 2022 21:25:31 +0200
comparison
equal deleted inserted replaced
12610:e2fdcd386ebb 12611:33b7e7bd83fd
1 local record array_t<T>
2 { T }
3 end
4
5 local record lib
6 metamethod __call : function () : array_t
7 end
8
9 return lib