shithub: femtolisp

ref: ccb3743d19272e051bbe4be8c080ef44376cfac5
dir: /table.h/

View raw version
bool ishashtable(value_t v) fl_purefn;
htable_t *totable(value_t v) fl_purefn;
void table_init(void);