Skip to content

A utility library for manipulating tables efficiently.

License

Notifications You must be signed in to change notification settings

Novaly-Studios/TableUtil

Repository files navigation

TableUtil

Common table manipulation functions. Usually copies by default. Details of specific functions are given in their respective modules. Note: this library does not use runtime type assertions, favoring inbuilt Luau typing. This is for speed purposes. Use nonstrict mode to validate.