Skip to content

The extended table library used in the ScriptersCF package manager.

License

Notifications You must be signed in to change notification settings

ScriptersCF/Extended_Table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extended_Table spm | table

An extended table library that can be accessed via the ScriptersCF Package Manager.

Usage:

local require = require(game.ReplicatedStorage:WaitForChild("PackageManager").Load)
local table = require("table")

local tbl = {1, 2, 3, ["A"] = "B"}
local copy = table.deepcopy(tbl)
print(copy == tbl)

> false

About

The extended table library used in the ScriptersCF package manager.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages