Login
7 branches 0 tags
Benjamin Vincent Schulenburg Added wasm dependency files to .gitignore 43602d6 4 years ago 13 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);