Mercurial > prosody-hg
annotate teal-src/prosody/util/array.d.tl @ 13946:f5e8ab42c708
mod_http_file_share: Check that files are still there with correct size
Failed uploads can leave behind unused slots. Files shouldn't change
size after they have been successfully uploaded, but might as well
double check it.
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sat, 04 Dec 2021 18:56:51 +0100 |
| parents | f20c1c2c73c7 |
| children |
| rev | line source |
|---|---|
|
13858
f20c1c2c73c7
util.array: Update for 'record is { T }' syntax
Kim Alvefur <zash@zash.se>
parents:
12979
diff
changeset
|
1 local record array_t<T> is { T } |
|
f20c1c2c73c7
util.array: Update for 'record is { T }' syntax
Kim Alvefur <zash@zash.se>
parents:
12979
diff
changeset
|
2 -- TODO methods |
| 12611 | 3 end |
| 4 | |
| 5 local record lib | |
| 6 metamethod __call : function () : array_t | |
|
13858
f20c1c2c73c7
util.array: Update for 'record is { T }' syntax
Kim Alvefur <zash@zash.se>
parents:
12979
diff
changeset
|
7 -- TODO library functions |
| 12611 | 8 end |
| 9 | |
| 10 return lib |
