Login
7 branches 0 tags
Benjamin Vincent Schulenburg Revert "Ooopsie, testing the Workflow" 44eefeb 4 years ago 7 Commits
nujel / lib / array.h
#pragma once
#include "nujel.h"

lVal *lnfArrLength (lClosure *c, lVal *v);
lVal *lnfArrRef    (lClosure *c, lVal *v);
lVal *lnfArrSet    (lClosure *c, lVal *v);
lVal *lnfArrNew    (lClosure *c, lVal *v);
lVal *lnfArr       (lClosure *c, lVal *v);

void lAddArrayFuncs(lClosure *c);