]> git.lizzy.rs Git - luax.git/blob - README.md
Copy more code from Minetest
[luax.git] / README.md
1 # luax
2 Small additions to the lua standard library, mostly stolen from https://github.com/minetest/minetest/blob/master/builtin/common/misc_helpers.lua
3
4 ## Included
5
6 - `math.clamp(min, max, v)`
7 - `string.split(str, delim, include_empty, max_splits, sep_is_pattern)`
8 - `table.copy(t, seen)`