Added the 'in' builtin and fns:uni
Some checks failed
Build / build (push) Failing after 1m3s

This commit is contained in:
Leon Mika 2025-07-17 01:21:42 +02:00
parent 4ab94410b7
commit 7a2b012833
9 changed files with 233 additions and 10 deletions

View file

@ -26,6 +26,7 @@ func main() {
ucl.WithModule(builtins.Strs()),
ucl.WithModule(builtins.Lists()),
ucl.WithModule(builtins.Time()),
ucl.WithModule(builtins.Fns()),
)
ctx := context.Background()