-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
Lines 164 to 170 in c6bc6a5
| local function encode(...) | |
| local data = {} | |
| for i = 1, select('#', ...) do | |
| data[#data + 1] = encode_value(select(i, ...)) | |
| end | |
| return tconcat(data) | |
| end |
Metadata
Metadata
Assignees
Labels
No labels