API
TableUtil
Helpers for working with arrays and dictionaries.
module
Helpers for working with arrays and dictionaries.
Source
../examples/library/src/TableUtil.luau:1
Functions
clone
function TableUtil.clone(list: { T }): { T }Returns a shallow copy of list.
Parameters
Prop
Type
Returns
Prop
Type