Demonstration
local oldList = { "a", "b", "c" }
local newList = Freeze.List.set(oldList, 1, "value")
API Reference
Check out the API Reference to see what else Freeze is capable of!
local oldList = { "a", "b", "c" }
local newList = Freeze.List.set(oldList, 1, "value")
Check out the API Reference to see what else Freeze is capable of!