Position argument added for GetCodepoint, GetCodepointNext and GetCodepointPrevious.

This commit is contained in:
jussi
2024-04-13 18:44:42 +03:00
parent b96960a1f9
commit 1d66edf4f2
11 changed files with 67 additions and 36 deletions

View File

@@ -7,7 +7,8 @@ end
local utillib = {}
function utillib.tableClone( org )
-- Does not work with dictionaries.
function utillib.arrayClone( org )
return { table.unpack( org ) }
end