Skip to content

ciararobin/immutate

 
 

Repository files navigation

Immutate

A Llama fork optimized for readability

UNDER CONSTRUCTION

Sample

local Set = require(Immutate.Dictionary)

local newSet = Dictionary({ x = 0, y = 0 })
	:filter(function(index, value) -- call the function
		return value == "x"
	end)
	:get() -- gets the raw table allowing for seamless changes

About

Luau Library for Immutable Data

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Lua 100.0%